Changeset 741 for trunk/dassbuild


Ignore:
Timestamp:
May 26, 2009, 2:22:23 PM (15 years ago)
Author:
joergs
Message:

and set it back to 0, because svn_osc_build would handle build depency on itself

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dassbuild/svn_build_prepare.sh

    r740 r741  
    135135            printf "already exists. Skipped\n"
    136136            printf "  (${BUILDTEMP}/src/${PACKAGE}/$SOURCE_ARCHIVE)\n"
    137             exit 1
     137            # exit, but without error, so that the calling script will continue
     138            exit 0
    138139        fi
    139140    elif [ -r "SPECSOURCES" ]; then
Note: See TracChangeset for help on using the changeset viewer.