From 3b3c3d12e391bf80b990b1e1a3ff1eda578a00c0 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 19 Nov 2006 04:23:48 +0000 Subject: [PATCH] Fix makeshorewall for lite manpages -- take 4 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4941 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index 1a1353ea1..5e1b79c54 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -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..."