mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 20:19:19 +01:00
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:
parent
f338f3629b
commit
7629239b71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user