mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 09:33:14 +01:00
Fix ArTourter's Shorewall6 install.sh again :-(
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9501 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
30c25437c2
commit
50793dfea4
@ -636,7 +636,7 @@ done
|
||||
|
||||
for f in *.8; do
|
||||
gzip -c $f > $f.gz
|
||||
run_install -D -m 0644 $f.gz ${PREFIX}${MANDIR}/man/man8/$f.gz
|
||||
run_install -D -m 0644 $f.gz ${PREFIX}${MANDIR}/man8/$f.gz
|
||||
echo "Man page $f.gz installed to ${PREFIX}${MANDIR}/man8/$f.gz"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user