diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/makeppa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makeppa b/scripts/makeppa index 652cd44c5..6421f0155 100755 --- a/scripts/makeppa +++ b/scripts/makeppa @@ -32,7 +32,7 @@ basename=xmake-$version+$patch$serie tarball=$workdir/$basename.tar.gz if [ ! -f $tarball ]; then cd core - xmake pack -vD --autobuild=n --formats=src_targz --basename=xmake -o ../artifacts + xmake pack --autobuild=n --formats=src_targz --basename=xmake -o ../artifacts || exit -1 cd .. cp ./artifacts/xmake.tar.gz $tarball fi |
