diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-05-11 23:23:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-05-11 23:23:05 +0000 |
commit | 4ceadc161411734859708e2828f9b106dc5e6b6f (patch) | |
tree | 8a5ac24dcab64897bfd5b0e39168cb353262ada9 | |
parent | 8b92d1b89be00930a0aa488e6a4d28b55a5069c1 (diff) | |
download | drakx-4ceadc161411734859708e2828f9b106dc5e6b6f.tar drakx-4ceadc161411734859708e2828f9b106dc5e6b6f.tar.gz drakx-4ceadc161411734859708e2828f9b106dc5e6b6f.tar.bz2 drakx-4ceadc161411734859708e2828f9b106dc5e6b6f.tar.xz drakx-4ceadc161411734859708e2828f9b106dc5e6b6f.zip |
LOCALES"zh" was not set correctly
-rwxr-xr-x | move/make_live | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |