diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-26 05:23:24 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-26 05:23:24 +0000 |
commit | 15459009833f8cb01fbb9b6fe00d1b65822d1e57 (patch) | |
tree | 06b24e3ad2e596e560581219ecfd42de443c814f /perl-install/install_steps.pm | |
parent | 7f26f4486207e8775f6e1d5df5658687737368fb (diff) | |
download | drakx-15459009833f8cb01fbb9b6fe00d1b65822d1e57.tar drakx-15459009833f8cb01fbb9b6fe00d1b65822d1e57.tar.gz drakx-15459009833f8cb01fbb9b6fe00d1b65822d1e57.tar.bz2 drakx-15459009833f8cb01fbb9b6fe00d1b65822d1e57.tar.xz drakx-15459009833f8cb01fbb9b6fe00d1b65822d1e57.zip |
More refactorisation
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 55bfd897d..27f79862a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -605,9 +605,7 @@ sub install_urpmi { my $pkg = pkgs::packageByName($o->{packages}, 'urpmi'); if ($pkg && ($pkg->flag_selected || $pkg->flag_installed)) { - install_any::install_urpmi($o->{method}, - $o->{packages}, - $o->{packages}{mediums}); + install_any::install_urpmi($o->{method}, $o->{packages}); pkgs::saveCompssUsers($o->{packages}, $o->{compssUsers}); } } |