[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: use > to generate the prebuilt zstd
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Aug 13 08:03:34 UTC 2026
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
9a607a0b by Steve Lhomme at 2026-08-13T08:10:13+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
=====================================
@@ -604,7 +604,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/9a607a0b8ea235b09ef6374c3577fc0e7e18b99b
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9a607a0b8ea235b09ef6374c3577fc0e7e18b99b
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