Fix QEMU mode

(a change that slipped through the cracks)
This commit is contained in:
fosslinux 2023-01-07 22:13:10 +11:00
parent f4ebc241ac
commit 3ffd3b96b3

View file

@ -19,7 +19,7 @@ echo "Installing packages into sysb"
install_tar() { install_tar() {
echo "${1}: installing package" echo "${1}: installing package"
src_apply_tar "$@" src_apply "$@"
} }
# Install needed packages. # Install needed packages.