Fix makeshorewall for lite manpages -- take 4

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4941 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-11-19 04:23:48 +00:00
parent 8a31ca20c6
commit 3b3c3d12e3

View File

@ -345,7 +345,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
cd $DIR
mkdir $SHOREWALLLITEDIR/manpages
cp -f $SHOREWALLDIR/manpages/*.[58] $SHOREWALLLITEDIR/manpages
cp -f $SHOREWALLDIR/manpages/*.5 $SHOREWALLLITEDIR/manpages
cd $SHOREWALLLITEDIR
progress_message "Exporting $LITEMANPAGETAG from SVN..."