From c8ccfbc1b3f378025d3516003fcb3a5f5870d2c2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 5 Jun 2015 23:15:19 +0200 Subject: Removing parent-directory too when cleaning up the config tree bind mount in chroot. --- scripts/build/chroot_hooks | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/build/chroot_hooks b/scripts/build/chroot_hooks index 26ffdd701..d2022600f 100755 --- a/scripts/build/chroot_hooks +++ b/scripts/build/chroot_hooks @@ -116,3 +116,4 @@ fi # Remove bind mount of build config inside chroot. umount chroot/live-build/config rmdir chroot/live-build/config +rmdir chroot/live-build -- cgit v1.2.3