mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Fix Shorewall6-lite installer
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8970 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
71155835a1
commit
e6bd0de9d0
@ -333,23 +333,23 @@ echo "Modules file installed as ${PREFIX}/usr/share/shorewall6-lite/modules"
|
|||||||
# Install the Man Pages
|
# Install the Man Pages
|
||||||
#
|
#
|
||||||
|
|
||||||
cd manpages
|
#cd manpages
|
||||||
|
|
||||||
for f in *.5; do
|
#for f in *.5; do
|
||||||
gzip -c $f > $f.gz
|
# gzip -c $f > $f.gz
|
||||||
run_install -D -m 644 $f.gz ${PREFIX}/usr/share/man/man5/$f.gz
|
# run_install -D -m 644 $f.gz ${PREFIX}/usr/share/man/man5/$f.gz
|
||||||
echo "Man page $f.gz installed to /usr/share/man/man5/$f.gz"
|
# echo "Man page $f.gz installed to /usr/share/man/man5/$f.gz"
|
||||||
done
|
#done
|
||||||
|
|
||||||
for f in *.8; do
|
#for f in *.8; do
|
||||||
gzip -c $f > $f.gz
|
# gzip -c $f > $f.gz
|
||||||
run_install -D -m 644 $f.gz ${PREFIX}/usr/share/man/man8/$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"
|
# echo "Man page $f.gz installed to /usr/share/man/man8/$f.gz"
|
||||||
done
|
#done
|
||||||
|
|
||||||
cd ..
|
#cd ..
|
||||||
|
|
||||||
echo "Man Pages Installed"
|
#echo "Man Pages Installed"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create the version file
|
# Create the version file
|
||||||
|
Loading…
Reference in New Issue
Block a user