diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-15 01:01:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-15 01:01:03 +0000 |
commit | c306c5006a1ebe61cf804e57ff4033a888689007 (patch) | |
tree | ee93496d4a56ad3a1b9d396b0f7d27954c730b9e /perl-install/install_any.pm | |
parent | 1e4674528349d346500bfd56ec615957986ff233 (diff) | |
download | drakx-c306c5006a1ebe61cf804e57ff4033a888689007.tar drakx-c306c5006a1ebe61cf804e57ff4033a888689007.tar.gz drakx-c306c5006a1ebe61cf804e57ff4033a888689007.tar.bz2 drakx-c306c5006a1ebe61cf804e57ff4033a888689007.tar.xz drakx-c306c5006a1ebe61cf804e57ff4033a888689007.zip |
fix gc's typo
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 6a7e2ee4c..50cdb648f 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -397,7 +397,7 @@ sub setDefaultPackages { push @{$o->{default_packages}}, "locales-$_"; $o->{compssUsersChoice}{qq(LOCALES"$_")} = 1; #- mainly for zh in case of zh_TW.Big5 } - push @{$o->{default_packages}}, 'locales-' . substr(lang::c2locale($o->{locale}{country}, 0, 2)); + push @{$o->{default_packages}}, 'locales-' . substr(lang::c2locale($o->{locale}{country}), 0, 2); foreach (lang::langsLANGUAGE($o->{locale}{langs})) { $o->{compssUsersChoice}{qq(LOCALES"$_")} = 1; } |