diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-25 10:05:51 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-25 10:05:51 +0000 |
commit | 94a5a592f91fcf367e00ee14925c731c0206106a (patch) | |
tree | 124cddf103200d583204d4af7f24f68d05cb22a6 /perl-install/crypto.pm | |
parent | 2be3766b2c1fafa44da4b93b2851044d977a128a (diff) | |
download | drakx-94a5a592f91fcf367e00ee14925c731c0206106a.tar drakx-94a5a592f91fcf367e00ee14925c731c0206106a.tar.gz drakx-94a5a592f91fcf367e00ee14925c731c0206106a.tar.bz2 drakx-94a5a592f91fcf367e00ee14925c731c0206106a.tar.xz drakx-94a5a592f91fcf367e00ee14925c731c0206106a.zip |
Begin refactorization of install medium handling code
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r-- | perl-install/crypto.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index c07556f9f..3e362fdf8 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -199,7 +199,7 @@ sub getPackages { $update_medium->{prefix} = "ftp://$mirror" . dir($mirror); #- (re-)enable the medium to allow install of package, #- make it an update medium (for install_any::install_urpmi). - $update_medium->{selected} = 1; + $update_medium->select; $update_medium->{update} = 1; $install_any::global_ftp_prefix = [ $mirror, dir($mirror) ]; #- host, dir (for install_any::getFile) |