diff options
Diffstat (limited to 'scripts/build/lb_binary')
-rwxr-xr-x | scripts/build/lb_binary | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary index 0b4894195..738363dd8 100755 --- a/scripts/build/lb_binary +++ b/scripts/build/lb_binary @@ -93,15 +93,15 @@ if [ "${LB_BUILD_WITH_CHROOT}" = "true" ] then # Deconfiguring chroot rm -f .stage/chroot_sources + 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 ${*} fi -lb chroot_apt remove ${*} -lb chroot_sysv-rc remove ${*} lb chroot_sysfs remove ${*} -lb chroot_upstart remove ${*} lb chroot_selinuxfs remove ${*} lb chroot_proc remove ${*} lb chroot_devpts remove ${*} |