From 4ceadc161411734859708e2828f9b106dc5e6b6f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 May 2004 23:23:05 +0000 Subject: LOCALES"zh" was not set correctly --- move/make_live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move/make_live') diff --git a/move/make_live b/move/make_live index 5a092de09..1d611e0ca 100755 --- a/move/make_live +++ b/move/make_live @@ -77,7 +77,7 @@ sub installPackages { my %compssUsersChoice = map { $_ => 1 } map { @{$_->{flags}} } values %{$o->{compssUsers}}; $compssUsersChoice{$_} = 1 foreach 'SYSTEM', 'DVD', 'USB', 'SOUND', 'BURNER', 'UTF8', 'DOCS', 'TV', '3D', 'INSTALL'; - $compssUsersChoice{qq(LOCALES"$_")} = 1 foreach lang::list_langs(); + $compssUsersChoice{qq(LOCALES"$_")} = 1 foreach lang::langsLANGUAGE({ all => 1 }); #- we don't want those foreach (qw(magicdev mdkonline)) { -- cgit v1.2.1