Fix make script

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

View File

@ -303,7 +303,7 @@ 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 $SHOREWALLDIR/Samples Samples >> $LOGFILE 2>&1"
do_or_die "cvs -z3 export -r $CVSTAG -d $DIR/$SHOREWALLDIR/Samples Samples >> $LOGFILE 2>&1"
fi
if [ -n "$BUILDTARBALL" ]; then