"gzip --best" -> "gzip -9nf" for manpage compression. Otherwise it
will ask if you want to overwrite it if the compressed manpage already exists.
This commit is contained in:
parent
1dfe6a045a
commit
649c3a0b7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2248
@ -109,7 +109,7 @@
|
||||
!
|
||||
! $(MANDIR)/cflow.1.gz: cflow.1
|
||||
! $(INSTALL_CMD) -m 0644 $^ $(MANDIR)
|
||||
! gzip --best $(MANDIR)/cflow.1
|
||||
! gzip -9nf $(MANDIR)/cflow.1
|
||||
|
||||
cflow: cflow.sh
|
||||
sed -e "s;@CFLOW_SHELL@;$(CFLOW_SHELL);g" \
|
||||
|
Loading…
Reference in New Issue
Block a user