From b61a93e7c26aa55623e284bca8ac19510397e848 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 29 Apr 2018 14:21:43 +0100 Subject: Simplify working directory layout. --- draklive2 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'draklive2') 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 { -- cgit v1.2.1