aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xiurt22
-rw-r--r--lib/Iurt/Chroot.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/iurt2 b/iurt2
index 74acffc..bc86925 100755
--- a/iurt2
+++ b/iurt2
@@ -40,7 +40,7 @@ use Iurt::DKMS;
use Iurt::Urpmi;
use Iurt::Chroot qw(add_local_user create_temp_chroot remove_chroot clean_all_chroot_tmp check_build_chroot clean_chroot);
-use Iurt::Process qw(perform_command clean kill_for_good sudo);
+use Iurt::Process qw(perform_command kill_for_good sudo);
use Iurt::Mail qw(sendmail);
use Iurt::Util qw(plog_init plog);
use File::NCopy qw(copy);
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm
index a36b618..2428695 100644
--- a/lib/Iurt/Chroot.pm
+++ b/lib/Iurt/Chroot.pm
@@ -4,7 +4,7 @@ use strict;
use base qw(Exporter);
use MDV::Distribconf::Build;
use MDK::Common;
-use Iurt::Process qw(clean sudo);
+use Iurt::Process qw(sudo);
use Iurt::Config qw(dump_cache_par);
use Iurt::Util qw(plog);
use File::Temp 'mktemp';