From 4581e49d4e75721bee16dd1b4c57fb3b4d56ec7c Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 3 Jan 2012 21:08:34 +0100 Subject: Fixing lb_binary_rootfs leaving the chroot without archives files. --- scripts/build/lb_binary_rootfs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build') diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index 96523a866..e0901a5f8 100755 --- a/scripts/build/lb_binary_rootfs +++ b/scripts/build/lb_binary_rootfs @@ -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 -- cgit v1.2.3