mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 17:43:15 +01:00
Change directory for manpage sources
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4914 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
03b0efaafa
commit
2ab5807931
@ -682,14 +682,14 @@ fi
|
||||
|
||||
rm -f *.gz
|
||||
|
||||
for file in *.5; do
|
||||
gzip $f
|
||||
install_file -D ${f}.gz ${PREFIX}/usr/share/man/man5/${f}.gz
|
||||
for file in manpages/*.5; do
|
||||
gzip manpages/$f
|
||||
install_file -D manpages/${f}.gz ${PREFIX}/usr/share/man/man5/${f}.gz
|
||||
fi
|
||||
|
||||
for file in *.8; do
|
||||
gzip $f
|
||||
install_file -D ${f}.gz ${PREFIX}/usr/share/man/man8/${f}.gz
|
||||
for file in manpages/*.8; do
|
||||
gzip manpages/$f
|
||||
install_file -D manpages/${f}.gz ${PREFIX}/usr/share/man/man8/${f}.gz
|
||||
fi
|
||||
|
||||
echo "Man Pages Installed"
|
||||
|
Loading…
Reference in New Issue
Block a user