summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 0f18977..e27b10a 100755
--- a/draklive
+++ b/draklive
@@ -767,7 +767,7 @@ sub post_install_system {
run_({ setarch => $live->{settings}{arch} },
"chroot", get_system_root($live), "bash", "-c", $live->{system}{postInstall}) if $live->{system}{postInstall};
- rm_rf(get_builddir($live) . $live->{prefix}{build}{files});
+ eval { rm_rf(get_builddir($live) . $live->{prefix}{build}{files}) };
mkdir_p(get_builddir($live) . $live->{prefix}{build}{files});
if ($live->{media}{files}) {
copy_files_to($live, $live->{media}{files}, get_builddir($live) . $live->{prefix}{build}{files});