Fix shorewall-lite install.sh

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6914 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-07-20 22:37:21 +00:00
parent f338f3629b
commit 7629239b71

View File

@ -341,7 +341,7 @@ for f in *.5; do
done
for f in *.8; do
gzip -d $f > $f.gz
gzip -c $f > $f.gz
run_install -D -m 644 $f.gz ${PREFIX}/usr/share/man/man8/$f.gz
echo "Man page $f.gz installed to /usr/share/man/man8/$f.gz"
done