Merge pull request #1412 from ohnatiuk1/man-remove-file-timestamp

man: fix reproducibility - remove file timestamps
This commit is contained in:
Josh Poimboeuf 2024-09-03 17:39:32 -05:00 committed by GitHub
commit f85f8a3299
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ include ../Makefile.inc
all: kpatch.1.gz kpatch-build.1.gz
kpatch.1.gz: kpatch.1
gzip -c -9 $< > $@
gzip -n -c -9 $< > $@
kpatch-build.1.gz: kpatch-build.1
gzip -c -9 $< > $@
gzip -n -c -9 $< > $@
install: all
$(INSTALL) -d $(MANDIR)