summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makeppa2
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