From ed5042c62c2c1a670dd596706ddf7bb3320d16a6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 12 Aug 2003 13:12:09 +0000 Subject: by the way, gen_locales.sh makes an error because /usr/X11R6/lib/X11/locale/common doesn't exist anymore. It used to contain ximcp.so.2 xlcDef.so.2 xlcUTF8Load.so.2 xlibi18n.so.2 xlocale.so.2 xomGeneric.so.2 in mdk9.0, but mdk9.1 install was without it and it was ok... --- perl-install/share/gen_locales.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/share/gen_locales.sh b/perl-install/share/gen_locales.sh index b3d7f8d4f..78ee7f657 100755 --- a/perl-install/share/gen_locales.sh +++ b/perl-install/share/gen_locales.sh @@ -40,7 +40,7 @@ cd .. ; rm -rf .tmp2 perl -I../.. ../gen_locales.pl || exit 1 -for i in common C en_US.UTF-8 iso8859-1 ja ko zh_CN zh_TW.big5 ; do +for i in C en_US.UTF-8 iso8859-1 ja ko zh_CN zh_TW.big5 ; do cp -a /usr/X11R6/lib/X11/locale/$i usr/X11R6/lib/X11/locale done -- cgit v1.2.1