eobuilder: when detecting an already built version, just skip the current dist

This commit is contained in:
Benjamin Dauvergne 2013-09-18 22:59:10 +02:00
parent 8d9863d462
commit 8e81fd0b05
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ for DIST in $DISTS; do
if [ -f $GIT_PATH/${PROJECT_NAME}_${PACKAGE_VERSION}_${DIST}.build ]; then
echo "+ Build for $DIST already built !"
exit 0
continue
fi
if [ ! -f $ORIGIN_PATH/${PACKAGE_NAME}_${PROJECT_VERSION}.orig.tar.bz2 ]; then