summaryrefslogtreecommitdiff
path: root/scripts/makeppa
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makeppa')
-rwxr-xr-xscripts/makeppa4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/makeppa b/scripts/makeppa
index e7dc02513..b3c5217a2 100755
--- a/scripts/makeppa
+++ b/scripts/makeppa
@@ -31,7 +31,9 @@ fi
basename=xmake-$version+$patch$serie
tarball=$workdir/$basename.tar.gz
if [ ! -f $tarball ]; then
- ./scripts/archive-all
+ cd core
+ xmake pack --autobuild=n --formats=src_zip,src_targz --basename=xmake -o ../artifacts
+ cd ..
cp ./artifacts/xmake.tar.gz $tarball
fi