mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
stop after packaging binaries
This commit is contained in:
parent
37d0a187ad
commit
0d6ea828ee
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -228,6 +228,8 @@ fi
|
|||
|
||||
if [ "$PACKAGE_BINARIES" = "true" ]; then
|
||||
tar Jcf $BINARIES_DIR-$VERSION.tar.xz $BINARIES_DIR
|
||||
|
||||
exit -1
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue