diff options
-rw-r--r-- | lib/Iurt/Chroot.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index ca2f244..9d9d2a0 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -64,9 +64,6 @@ sub clean_chroot { return 1 if $o_only_clean; - mkdir $chroot; - - sudo($config, '--untar', $chroot_tar, $chroot); if (!create_build_chroot($chroot, $chroot_tar, $run, $config)) { plog('ERROR', "Failed to create chroot"); return; |