diff options
Diffstat (limited to 'scripts/build/binary')
-rwxr-xr-x | scripts/build/binary | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build/binary b/scripts/build/binary index 07863073e..e1d28a241 100755 --- a/scripts/build/binary +++ b/scripts/build/binary @@ -86,7 +86,8 @@ lb binary_zsync ${@} if [ "${LB_BUILD_WITH_CHROOT}" = "true" ] then # Deconfiguring chroot - rm -f .build/chroot_archives + Remove_stagefile chroot_archives + lb chroot_apt remove ${@} lb chroot_hostname remove ${@} lb chroot_resolv remove ${@} |