mirror of
https://github.com/dynup/kpatch
synced 2025-02-19 03:06:51 +00:00
Merge pull request #1412 from ohnatiuk1/man-remove-file-timestamp
man: fix reproducibility - remove file timestamps
This commit is contained in:
commit
f85f8a3299
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user