From 6bd5423956c369671b378d3336d254ceb316b8e1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 11 Aug 2004 08:52:49 +0000 Subject: do not run gen_locales.pl anymore (locale links are done by the installer) --- perl-install/share/gen_locales.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/share') diff --git a/perl-install/share/gen_locales.sh b/perl-install/share/gen_locales.sh index 6d1ed5fe1..50a9b4c3a 100755 --- a/perl-install/share/gen_locales.sh +++ b/perl-install/share/gen_locales.sh @@ -8,8 +8,6 @@ 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