From 05d2d9fd96f8dcad50f18b0b2fc38ef0948c5c38 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 11 Aug 2006 14:18:25 +0000 Subject: [PATCH] Keep the Gentoo crowd from mutiny -- Take 4 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4345 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 bd03dffca..99dd1cf99 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -325,7 +325,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then # Do this at build time so that the Gentoo people don't wet their pants # do_or_die cp $SHOREWALLDIR/shorewall.conf $SHOREWALLDIR/shorewall.configfiles - do_or_die "perl -p -w -i -e 's|^CONFIG_PATH=.*|CONFIG_PATH=/usr/share/shorewall/configfiles:/usr/share/shorewall|' $SHOREWALLDIR/shorewall.conffiles" + do_or_die "perl -p -w -i -e 's|^CONFIG_PATH=.*|CONFIG_PATH=/usr/share/shorewall/configfiles:/usr/share/shorewall|' $SHOREWALLDIR/shorewall.configfiles" fi progress_message "Creating $DIR/$TARBALL..."