mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 19:54:06 +01:00
Fix another bug in install.sh
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4924 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
a2d4ccb27e
commit
f852625ac2
@ -683,13 +683,13 @@ fi
|
||||
rm -f *.gz
|
||||
|
||||
for f in manpages/*.5; do
|
||||
gzip manpages/$f
|
||||
install_file -D manpages/${f}.gz ${PREFIX}/usr/share/man/man5/${f}.gz
|
||||
gzip $f
|
||||
install_file -D $f.gz ${PREFIX}/usr/share/man/man5/${f}.gz
|
||||
done
|
||||
|
||||
for f in manpages/*.8; do
|
||||
gzip manpages/$f
|
||||
install_file -D manpages/${f}.gz ${PREFIX}/usr/share/man/man8/${f}.gz
|
||||
gzip $f
|
||||
install_file -D ${f}.gz ${PREFIX}/usr/share/man/man8/${f}.gz
|
||||
done
|
||||
|
||||
echo "Man Pages Installed"
|
||||
|
Loading…
Reference in New Issue
Block a user