summaryrefslogtreecommitdiff
path: root/scripts/makeppa
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-21 22:43:59 +0800
committerruki <[email protected]>2023-11-21 22:43:59 +0800
commited37d615b47d49362cf7771d6a3b483ba82adafd (patch)
treecdb91b724324dcd2d03dc698b77df7991318710e /scripts/makeppa
parentda2eec07d95b9671613b965c0eab042681c68ed4 (diff)
remove archive-all
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