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
|
||||
popt
|
||||
rpm
|
||||
file
|
||||
acl
|
||||
libcap
|
||||
lua
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ function fetch()
|
|||
function build()
|
||||
{
|
||||
for pkgname in $filelist; do
|
||||
tlnxbuild/tlnxbuild.sh $pkgname
|
||||
tlnxbuild/tlnxbuild.sh $pkgname || exit 1
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue