mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Reproducible Builds: Don't embed timestamps in xca.1.gz
This commit is contained in:
parent
8c0a5adc3a
commit
9b4bc75fad
@ -20,7 +20,7 @@ include $(TOPDIR)/Rules.mak
|
||||
|
||||
%.1.gz: %.1
|
||||
@$(PRINT) " MAN [$(BASENAME)] $@"
|
||||
gzip -9 <$^ >$@
|
||||
gzip -n9 <$^ >$@
|
||||
|
||||
xca.1: xca.1.head xca.1.options xca.1.tail
|
||||
cat $^ > $@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user