summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-11-06 18:06:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-11-06 18:06:53 +0000
commitc56d012579e84caa7648aaa9aacf5a69fe9bc8e7 (patch)
tree585f80e65d0148f3f766d66dbfd47d1e4a230e65 /perl-install
parent16098967c8d100aa50d12e18ffc87a6b9a6a43c1 (diff)
downloaddrakx-backup-do-not-use-c56d012579e84caa7648aaa9aacf5a69fe9bc8e7.tar
drakx-backup-do-not-use-c56d012579e84caa7648aaa9aacf5a69fe9bc8e7.tar.gz
drakx-backup-do-not-use-c56d012579e84caa7648aaa9aacf5a69fe9bc8e7.tar.bz2
drakx-backup-do-not-use-c56d012579e84caa7648aaa9aacf5a69fe9bc8e7.tar.xz
drakx-backup-do-not-use-c56d012579e84caa7648aaa9aacf5a69fe9bc8e7.zip
(installCrypto): nicer layout
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 8bd1f5a87..81794315c 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -665,7 +665,11 @@ USA")) || return;
require crypto;
eval {
- $u->{mirror} = $o->ask_from_listf('', _("Choose a mirror from which to get the packages"), \&crypto::mirror2text, [ crypto::mirrors() ], $u->{mirror});
+ $u->{mirror} = $o->ask_from_listf('',
+ _("Choose a mirror from which to get the packages"),
+ \&crypto::mirror2text,
+ [ crypto::mirrors() ],
+ $u->{mirror});
};
return if $@;