Keep the Gentoo crowd from mutiny -- Take 3

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4344 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-11 14:15:37 +00:00
parent 486b9d7739
commit 2c7649b4f1

View File

@ -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..."