mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 13:58:48 +00:00
Use gzip -n
to prevent it from adding timestamps to .gz headers to make package builds reproducible See https://reproducible-builds.org/ for why this is good.
This commit is contained in:
parent
110accb395
commit
1fa6407c85
@ -8,5 +8,5 @@
|
||||
install -m 0755 -d ${MESON_INSTALL_DESTDIR_PREFIX}/share/locale/
|
||||
${MESON_SOURCE_ROOT}/po/make-images "Installing firmware update…" ${MESON_INSTALL_DESTDIR_PREFIX}/share/locale/ ${MESON_SOURCE_ROOT}/po/LINGUAS
|
||||
for x in ${MESON_INSTALL_DESTDIR_PREFIX}/share/locale/*/LC_IMAGES/*.bmp ; do
|
||||
gzip -f ${x}
|
||||
gzip -fn9 ${x}
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user