Little correction regarding gzipping manpages in install dir

This commit is contained in:
Thomas Touhey 2016-05-24 00:41:04 +02:00
parent 6c9d003204
commit 152a98bd6d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ MKDIR = mkdir -p
## File remover
RM = rm -f
## Compressor
GZIP = gzip
GZIP = gzip -f
## Installer
INST = /usr/bin/install