Fixing lb_binary_rootfs leaving the chroot without archives files.

This commit is contained in:
Matthijs Kooijman 2012-01-03 21:08:34 +01:00 committed by Daniel Baumann
parent f57757371b
commit 4581e49d4e
1 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv install ${*}
lb chroot_hostname install ${*}
lb chroot_apt install ${*}
lb chroot_archives binary remove ${*}
lb chroot_archives binary install ${*}
touch .lock
else
@ -276,7 +276,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv install ${*}
lb chroot_hostname install ${*}
lb chroot_apt install ${*}
lb chroot_archives binary remove ${*}
lb chroot_archives binary install ${*}
touch .lock
else
@ -421,7 +421,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv install ${*}
lb chroot_hostname install ${*}
lb chroot_apt install ${*}
lb chroot_archives binary remove ${*}
lb chroot_archives binary install ${*}
touch .lock
else