mirror of
https://github.com/dynup/kpatch
synced 2025-04-27 13:37:57 +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
|
all: kpatch.1.gz kpatch-build.1.gz
|
||||||
|
|
||||||
kpatch.1.gz: kpatch.1
|
kpatch.1.gz: kpatch.1
|
||||||
gzip -c -9 $< > $@
|
gzip -n -c -9 $< > $@
|
||||||
|
|
||||||
kpatch-build.1.gz: kpatch-build.1
|
kpatch-build.1.gz: kpatch-build.1
|
||||||
gzip -c -9 $< > $@
|
gzip -n -c -9 $< > $@
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
$(INSTALL) -d $(MANDIR)
|
$(INSTALL) -d $(MANDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user