mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-17 03:40:53 +01:00
Fix another silly bug in install.sh
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4921 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
992bae44bb
commit
f22133bfc2
@ -682,12 +682,12 @@ fi
|
||||
|
||||
rm -f *.gz
|
||||
|
||||
for file in manpages/*.5; do
|
||||
for f in manpages/*.5; do
|
||||
gzip manpages/$f
|
||||
install_file -D manpages/${f}.gz ${PREFIX}/usr/share/man/man5/${f}.gz
|
||||
done
|
||||
|
||||
for file in manpages/*.8; do
|
||||
for f in manpages/*.8; do
|
||||
gzip manpages/$f
|
||||
install_file -D manpages/${f}.gz ${PREFIX}/usr/share/man/man8/${f}.gz
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user