]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak gzip patch for manpages
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 27 Jun 2011 12:22:29 +0000 (14:22 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:03 +0000 (14:49 +0200)
bacula/manpages/Makefile.in

index 34ea8f72e0cafbf823f015f5b4071f20f5197092..38f28c2b5ad08e53e547a31dba93e2d386a65edd 100644 (file)
@@ -32,7 +32,7 @@ install-manpages:
 install: install-manpages
        if [ x@COMPRESS_MANPAGES@ = "xyes" ]; then \
         for I in $(DESTDIR)/$(mandir)/man8/* $(DESTDIR)/$(mandir)/man1/*; do \
-         gzip $$I; \
+         gzip -f $$I; \
         done; \
        fi