mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
Fix QEMU mode
(a change that slipped through the cracks)
This commit is contained in:
parent
f4ebc241ac
commit
3ffd3b96b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue