diff options
Diffstat (limited to 'scripts/makeppa')
| -rwxr-xr-x | scripts/makeppa | 4 |
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 |
