From 77278a698e503fb739989843801f7b70a64630d2 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 10 Mar 2003 13:59:30 +0000 Subject: fix original #2842 problem --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 7ea14705a..5cbbdad17 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -99,6 +99,7 @@ sub selectLanguage { $o->{locale}{country} = $1; } + lang::langs_selected($o->{locale}); log::l("selectLanguage: pack_langs ", lang::pack_langs($o->{locale}{langs})); #- for auto_install compatibility with old $o->{keyboard} containing directly $o->{keyboard}{KEYBOARD} -- cgit v1.2.1