summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2021-05-11 16:56:21 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2021-05-11 17:03:01 +0200
commit932c138112827d3b7b5e3b3a8d8fc7571422bd1d (patch)
treea77e5e03d96975472b9984b402500aef460ec9ea
parent9e27b2ed8b5bfdd5c57eb527d489960f5962845b (diff)
downloadlibfaketime-932c138112827d3b7b5e3b3a8d8fc7571422bd1d.tar.gz
Do not store the timestamp in the gzip
To make libfaketime reproducible don't embed the timestamp in the gzip header. Motivation: https://reproducible-builds.org
-rw-r--r--man/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile
index 807c157..2e47b6d 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -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"