summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-01-04 19:34:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-04 19:34:30 +0000
commit9887fe04751edf39e8389f2c3ec3f020b5e1c17d (patch)
tree1bccff5e0f3a44ece23808f6a5dd427f1342a434 /perl-install/install_steps.pm
parent490d1edddbdc645d015e8ad6debc72119d9de8db (diff)
downloaddrakx-backup-do-not-use-9887fe04751edf39e8389f2c3ec3f020b5e1c17d.tar
drakx-backup-do-not-use-9887fe04751edf39e8389f2c3ec3f020b5e1c17d.tar.gz
drakx-backup-do-not-use-9887fe04751edf39e8389f2c3ec3f020b5e1c17d.tar.bz2
drakx-backup-do-not-use-9887fe04751edf39e8389f2c3ec3f020b5e1c17d.tar.xz
drakx-backup-do-not-use-9887fe04751edf39e8389f2c3ec3f020b5e1c17d.zip
keep $o->{langs} unpacked to simplify things
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index a8c575363..9340739f2 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -98,7 +98,7 @@ sub selectLanguage {
sub selectKeyboard {
my ($o) = @_;
keyboard::setup($o->{keyboard});
- $o->{langs} ||= lang::pack_langs([ $o->{lang} ]);
+ $o->{langs} ||= [ $o->{lang} ];
}
#------------------------------------------------------------------------------
sub selectPath {}