From 3c9786002b9179fc49bd22b6b4d8eda0b277c6d1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 12 Aug 2004 08:58:32 +0000 Subject: still needed since installer can't make symlinks on read-only stage2, and we can't easily workaround it by modifying LC_* variables --- perl-install/share/gen_locales.sh | 2 ++ 1 file changed, 2 insertions(+) (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 50a9b4c3a..6d1ed5fe1 100755 --- a/perl-install/share/gen_locales.sh +++ b/perl-install/share/gen_locales.sh @@ -8,6 +8,8 @@ for i in LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MONE install -D -m 644 /usr/share/locale/UTF-8/$i usr/share/locale/en_US.UTF-8/$i done +perl -I../.. ../gen_locales.pl || exit 1 + for i in C en_US.UTF-8 iso8859-1 ; do cp -a /usr/X11R6/lib/X11/locale/$i usr/X11R6/lib/X11/locale done -- cgit v1.2.1