diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Chroot.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 074c6f8..2fc59c0 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -12,12 +12,12 @@ use File::Path 'mkpath'; use urpm; our @EXPORT = qw( - clean_chroot - dump_rpmmacros add_local_user + clean_chroot + create_build_chroot create_temp_chroot + dump_rpmmacros remove_chroot - create_build_chroot ); my $sudo = '/usr/bin/sudo'; |