repo: use new build system
This commit is contained in:
parent
eba1d3abcd
commit
34fbda0772
|
@ -2,7 +2,7 @@ cd /packages
|
|||
|
||||
for pkg in "$@"
|
||||
do
|
||||
make -j16 build-$pkg
|
||||
make -j16 $pkg.pkg.tar.gz
|
||||
done
|
||||
|
||||
cd /repo
|
||||
|
|
Loading…
Reference in New Issue