diff options
author | Marcelo Leitner <mrl@mandriva.com> | 2007-06-27 13:48:05 +0000 |
---|---|---|
committer | Marcelo Leitner <mrl@mandriva.com> | 2007-06-27 13:48:05 +0000 |
commit | 77b4bc5ef10a4dcd3448d8c84fe319692d185d6e (patch) | |
tree | 655447429c3729690602d1a6ca24b45fe62534b6 /lib | |
parent | ee9500b0c30caf0bb066a50b98fa04e45c2f57ad (diff) | |
download | iurt-77b4bc5ef10a4dcd3448d8c84fe319692d185d6e.tar iurt-77b4bc5ef10a4dcd3448d8c84fe319692d185d6e.tar.gz iurt-77b4bc5ef10a4dcd3448d8c84fe319692d185d6e.tar.bz2 iurt-77b4bc5ef10a4dcd3448d8c84fe319692d185d6e.tar.xz iurt-77b4bc5ef10a4dcd3448d8c84fe319692d185d6e.zip |
- Finish the rename.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Chroot.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index d8dcb42..8509124 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -125,7 +125,7 @@ Return true. =cut -sub clean_chroot { +sub update_chroot { my ($chroot, $chroot_tar, $run, $config, $o_only_clean, $o_only_tar) = @_; plog('DEBUG', "update chroot"); |