[vlc-commits] [Git][videolan/vlc][master] contrib: use > to generate the prebuilt zstd
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Aug 13 07:07:09 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
444196dd by Steve Lhomme at 2026-08-13T07:42:17+02:00
contrib: use > to generate the prebuilt zstd
So it has the proper default shell permissions.
Older zstd may produce file with 600 which is not usable as public prebuilt.
Co-authored-by: Konstantin Pavlov <thresh at nginx.com>
- - - - -
1 changed file:
- contrib/src/main.mak
Changes:
=====================================
contrib/src/main.mak
=====================================
@@ -763,7 +763,7 @@ package: install
ifneq ($(notdir $(PREFIX)),$(HOST))
(cd tmp && mv $(notdir $(PREFIX)) $(HOST))
endif
- tar -c -C tmp $(HOST)/ | zstd --quiet --force --threads=0 -12 -o ../vlc-contrib-$(HOST)-$(DATE).tar.zst
+ tar -c -C tmp $(HOST)/ | zstd --quiet --force --threads=0 -12 -c > ../vlc-contrib-$(HOST)-$(DATE).tar.zst
list:
@echo All packages:
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/444196dd70992f3c2d6b495731460fb32a47660d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/444196dd70992f3c2d6b495731460fb32a47660d
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list