summaryrefslogtreecommitdiffstats
path: root/draklive2
diff options
context:
space:
mode:
Diffstat (limited to 'draklive2')
-rwxr-xr-xdraklive25
1 files changed, 0 insertions, 5 deletions
diff --git a/draklive2 b/draklive2
index e6887f5..bda6303 100755
--- a/draklive2
+++ b/draklive2
@@ -55,11 +55,6 @@ sub clean {
umount_all_in_root($build_dir);
run_as_root('rm', '-rf', $build_dir);
}
- my $chroot_dir = $build->get_chroot_dir;
- if (-e $chroot_dir) {
- umount_all_in_root($chroot_dir);
- run_as_root('rm', '-rf', $chroot_dir);
- }
}
sub prepare_root {