From c7db8118df189742775c71fe1c4a646061a5ce14 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 7 Jun 2006 13:43:11 +0000 Subject: [PATCH] Update makeshorewall to copy duplicated files to Shorewall Lite Directory git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4009 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 27b5a0b9c..78148e765 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -294,7 +294,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then if [ -n "$HASLITE" ]; then progress_message "Exporting $LITESVNBRANCH from SVN..." do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$LITESVNBRANCH $SHOREWALLLITEDIR >> $LOGFILE 2>&1" - do_or_die "cp $SHOREWALLDIR/functions $SHOREWALLDIR/modules $SHOREWALLDIR/modules $SHOREWALLLITEDIR >> $LOGFILE 2>&1" + do_or_die "cp $SHOREWALLDIR/functions $SHOREWALLDIR/modules $SHOREWALLDIR/xmodules $SHOREWALLLITEDIR >> $LOGFILE 2>&1" fi fgrep VERSION=$VERSION $SHOREWALLDIR/install.sh > /dev/null 2>&1 || fatal_error "install.sh has wrong version"