From 96d5556deb8427ec2e2dd183c99e80f430043d49 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 9 Apr 2004 09:38:20 +0000 Subject: (lang::write_langs) drop prefix parameter --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') 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}); -- cgit v1.2.1