From a2ad074179decc97a53e0258da2475f3cc8a5968 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 8 May 2010 13:58:54 -0700 Subject: [PATCH] Measure twice, cut once --- Shorewall-lite/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 46143e4e5..21611283c 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -304,7 +304,7 @@ echo "Modules file installed as ${PREFIX}/usr/share/shorewall-lite/modules" cd manpages -[ -n "$INSTALLD" ] || mkdir -p ${PREFIX}/usr/share/man/man5/ ${PREFIX}${MANDIR}/man8/ +[ -n "$INSTALLD" ] || mkdir -p ${PREFIX}/usr/share/man/man5/ ${PREFIX}/usr/share/man/man8/ for f in *.5; do gzip -c $f > $f.gz