diff options
Diffstat (limited to 'perl-install/share/gen_locales.sh')
-rwxr-xr-x | perl-install/share/gen_locales.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/share/gen_locales.sh b/perl-install/share/gen_locales.sh index 61a448b1d..b3f6b3c5d 100755 --- a/perl-install/share/gen_locales.sh +++ b/perl-install/share/gen_locales.sh @@ -27,11 +27,9 @@ do (cd usr/share/locale/$i ; ln -s ../UTF-8/* . 2>/dev/null) done -# "ta" should be added to the locale list, but the locales-ta rpm -# is not ready yet # lc_ctype for non common encodings rm -rf .tmp2 ; mkdir .tmp2 ; cd .tmp2 -for i in ja ko th ; do +for i in ja ko ta th ; do ii=locales-`echo $i | sed 's/\(..\).*/\1/'` rpm2cpio /RPMS/$ii-*.rpm | cpio -id --quiet f=usr/share/locale/$i/LC_CTYPE |