From 0d6ea828ee4917a98572b8bc19f1edba0859223a Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 28 Feb 2014 12:25:36 +0100 Subject: [PATCH] stop after packaging binaries --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index dd27995..6986479 100755 --- a/build.sh +++ b/build.sh @@ -228,6 +228,8 @@ fi if [ "$PACKAGE_BINARIES" = "true" ]; then tar Jcf $BINARIES_DIR-$VERSION.tar.xz $BINARIES_DIR + + exit -1 fi