From 486b9d7739e1f03cccb541b14557e2627777ad71 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 11 Aug 2006 14:13:21 +0000 Subject: [PATCH] Keep the Gentoo crowd from mutiny -- Take 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4343 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 763133758..79d363d28 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.conffiles" fi progress_message "Creating $DIR/$TARBALL..."