stop after packaging binaries

This commit is contained in:
Gwenhael Le Moine 2014-02-28 12:25:36 +01:00
parent 37d0a187ad
commit 0d6ea828ee

View file

@ -228,6 +228,8 @@ fi
if [ "$PACKAGE_BINARIES" = "true" ]; then
tar Jcf $BINARIES_DIR-$VERSION.tar.xz $BINARIES_DIR
exit -1
fi