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
This commit is contained in:
teastep 2006-08-11 14:13:21 +00:00
parent 69eb8ad4eb
commit 486b9d7739

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