From d78db2abda5a92d8eb8459ace061f1380060d5e2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 26 Jul 2002 10:39:28 +0000 Subject: hy is now using UTF8 locales --- perl-install/share/gen_locales.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/share/gen_locales.sh') diff --git a/perl-install/share/gen_locales.sh b/perl-install/share/gen_locales.sh index afd6298c6..f2fc0cf3a 100755 --- a/perl-install/share/gen_locales.sh +++ b/perl-install/share/gen_locales.sh @@ -17,7 +17,7 @@ for i in CP1251 ISO-8859-13 ISO-8859-14 ISO-8859-15 ISO-8859-2 ISO-8859-3 ISO-88 done rm -rf .tmp2 ; mkdir .tmp2 ; cd .tmp2 -for i in hy ja ko th vi ; do +for i in ja ko th vi ; do ii=locales-`echo $i | sed 's/\(..\).*/\1/'` rpm2cpio /RPMS/$ii-*.rpm | cpio -id --quiet f=usr/share/locale/$i/LC_CTYPE -- cgit v1.2.1