stage0: add new packages
This commit is contained in:
parent
2646b40e39
commit
fc11d6d43a
2 changed files with 5 additions and 1 deletions
|
|
@ -5,3 +5,7 @@ bash
|
||||||
coreutils
|
coreutils
|
||||||
popt
|
popt
|
||||||
rpm
|
rpm
|
||||||
|
file
|
||||||
|
acl
|
||||||
|
libcap
|
||||||
|
lua
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ function fetch()
|
||||||
function build()
|
function build()
|
||||||
{
|
{
|
||||||
for pkgname in $filelist; do
|
for pkgname in $filelist; do
|
||||||
tlnxbuild/tlnxbuild.sh $pkgname
|
tlnxbuild/tlnxbuild.sh $pkgname || exit 1
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue