summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-05-25 10:05:51 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-05-25 10:05:51 +0000
commit94a5a592f91fcf367e00ee14925c731c0206106a (patch)
tree124cddf103200d583204d4af7f24f68d05cb22a6 /perl-install/crypto.pm
parent2be3766b2c1fafa44da4b93b2851044d977a128a (diff)
downloaddrakx-backup-do-not-use-94a5a592f91fcf367e00ee14925c731c0206106a.tar
drakx-backup-do-not-use-94a5a592f91fcf367e00ee14925c731c0206106a.tar.gz
drakx-backup-do-not-use-94a5a592f91fcf367e00ee14925c731c0206106a.tar.bz2
drakx-backup-do-not-use-94a5a592f91fcf367e00ee14925c731c0206106a.tar.xz
drakx-backup-do-not-use-94a5a592f91fcf367e00ee14925c731c0206106a.zip
Begin refactorization of install medium handling code
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r--perl-install/crypto.pm2
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)