mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-10 23:58:14 +01:00
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:
parent
6b4e641ebb
commit
e91f4b6c3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user