From 152a98bd6dbd9e528a5e6a9d51858677182e63c7 Mon Sep 17 00:00:00 2001 From: Thomas Touhey Date: Tue, 24 May 2016 00:41:04 +0200 Subject: [PATCH] Little correction regarding gzipping manpages in install dir --- Makefile.vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.vars b/Makefile.vars index d7d073d..6b2033e 100644 --- a/Makefile.vars +++ b/Makefile.vars @@ -78,7 +78,7 @@ MKDIR = mkdir -p ## File remover RM = rm -f ## Compressor -GZIP = gzip +GZIP = gzip -f ## Installer INST = /usr/bin/install