diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 23df4874b..70cec9202 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -124,7 +124,7 @@ sub selectLanguage { $o->charsetChanged; addToBeDone { - lang::write_langs($o->{prefix}, $o->{locale}{langs}); + lang::write_langs($o->{locale}{langs}); } 'formatPartitions'; addToBeDone { lang::write($o->{prefix}, $o->{locale}); |