From ed5212022c335ae6d18eefa8a40bbee2709ac34c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Sep 2011 14:48:25 +0200 Subject: Completing the restoring of the outer chroot when building in chrooted to not taint subsequent rebuilds of the binary stage with leftovers from the initial lb_binary_rootfs (Closes: #620953). --- scripts/build/lb_binary | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary index 0aaf26631..1649587b2 100755 --- a/scripts/build/lb_binary +++ b/scripts/build/lb_binary @@ -94,11 +94,13 @@ then # Deconfiguring chroot rm -f .stage/chroot_archives lb chroot_apt remove ${*} - lb chroot_upstart remove ${*} - lb chroot_sysv-rc remove ${*} lb chroot_hostname remove ${*} lb chroot_resolv remove ${*} lb chroot_hosts remove ${*} + lb chroot_upstart remove ${*} + lb chroot_sysv-rc remove ${*} + lb chroot_dpkg remove ${*} + lb chroot_debianchroot remove ${*} fi lb chroot_sysfs remove ${*} -- cgit v1.2.3