repo: use new build system

This commit is contained in:
Thomas Hobson 2021-03-05 22:16:42 +13:00
parent eba1d3abcd
commit 34fbda0772
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ cd /packages
for pkg in "$@"
do
make -j16 build-$pkg
make -j16 $pkg.pkg.tar.gz
done
cd /repo