Merge pull request #328 from jelly/gzip_reproducible

Do not store the timestamp in the gzip
This commit is contained in:
Wolfgang Hommel
2021-05-11 18:42:09 +02:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ all:
install:
$(INSTALL) -Dm0644 faketime.1 "${DESTDIR}${PREFIX}/share/man/man1/faketime.1"
gzip -f "${DESTDIR}${PREFIX}/share/man/man1/faketime.1"
gzip -nf "${DESTDIR}${PREFIX}/share/man/man1/faketime.1"
uninstall:
rm -f "${DESTDIR}${PREFIX}/share/man/man1/faketime.1.gz"