mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 19:30:44 +01:00
Change install commands for man pages
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4925 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f852625ac2
commit
6de8d7e0f4
@ -684,12 +684,12 @@ rm -f *.gz
|
||||
|
||||
for f in manpages/*.5; do
|
||||
gzip $f
|
||||
install_file -D $f.gz ${PREFIX}/usr/share/man/man5/${f}.gz
|
||||
run_install -D $f.gz ${PREFIX}/usr/share/man/man5/${f}.gz
|
||||
done
|
||||
|
||||
for f in manpages/*.8; do
|
||||
gzip $f
|
||||
install_file -D ${f}.gz ${PREFIX}/usr/share/man/man8/${f}.gz
|
||||
run_install -D ${f}.gz ${PREFIX}/usr/share/man/man8/${f}.gz
|
||||
done
|
||||
|
||||
echo "Man Pages Installed"
|
||||
|
Loading…
Reference in New Issue
Block a user