Fix make script -- Take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2913 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-10-20 22:55:58 +00:00
parent 6b4e641ebb
commit e91f4b6c3e

View File

@ -303,7 +303,9 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
fgrep VERSION=$VERSION $SHOREWALLDIR/fallback.sh > /dev/null 2>&1 || fatal_error "fallback.sh has wrong version"
if [ -n "$SAMPLES" ]; then
do_or_die "cvs -z3 export -r $CVSTAG -d $DIR/$SHOREWALLDIR/Samples Samples >> $LOGFILE 2>&1"
cd $SHOREWALLDIR
do_or_die "cvs -z3 export -r $CVSTAG Samples >> $LOGFILE 2>&1"
cd $DIR
fi
if [ -n "$BUILDTARBALL" ]; then