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