Skip to content

Commit 8afcab8

Browse files
committed
[fix] : Fixed package install
1 parent 393b1e2 commit 8afcab8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ make_basefs() {
554554
# Additional packages (airootfs)
555555
make_packages_repo() {
556556
msg_debug "pkglist.sh ${pkglist_args[*]}"
557+
readarray -t _pkglist_install < <("${tools_dir}/pkglist.sh" "${pkglist_args[@]}")
557558

558559
# Package check
559560
#readarray -t _pkglist < <("${tools_dir}/pkglist.sh" "${pkglist_args[@]}")

0 commit comments

Comments
 (0)