diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-12-19 21:05:52 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-12-19 21:06:45 +0100 |
commit | 23bcfe9b9646200d3a41daea937a027cfa215041 (patch) | |
tree | 0138ef459afa0fd144dd1c3aea69fc485619b581 | |
parent | aac1c9c28c89f310c6f657d0adc435f388d1c54e (diff) | |
download | iurt-23bcfe9b9646200d3a41daea937a027cfa215041.tar iurt-23bcfe9b9646200d3a41daea937a027cfa215041.tar.gz iurt-23bcfe9b9646200d3a41daea937a027cfa215041.tar.bz2 iurt-23bcfe9b9646200d3a41daea937a027cfa215041.tar.xz iurt-23bcfe9b9646200d3a41daea937a027cfa215041.zip |
perl_checker cleanups
-rwxr-xr-x | iurt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ $run{todo} = []; sub { my ($tmp, @media) = @_; $tmp->[0]{media} = \@media; 1 }, "Limiting rebuild to the kernel in the given media regexp"], ] , "[options] <media prefix>", "Create urpmi media inside the chroot instead of using --root (media prefix is like http:///server.mandriva.com/dis/)", - sub { my ($opt, $media) = @_; $run{chrooted_urpmi} = $opt; 1 }, "Activating chroot media" ], + sub { my ($opt, $_media) = @_; $run{chrooted_urpmi} = $opt; 1 }, "Activating chroot media" ], [ "", "clean-all", 0, "", "Clean all remaining chroots for all the users", sub { $run{clean_all} = 1 }, "Activating clean chroot flag" ], |