From dc0edc4cf99b00d943e2c601306682141afff174 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 30 Jul 2001 16:23:45 +0000 Subject: automatic handling of locales.tar.bz2 based on installed glibc --- perl-install/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 5bd11ad7c..60d8cab2b 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -123,11 +123,9 @@ ifeq (i386,$(ARCH)) endif ln -sf ash $(DEST)/usr/bin/sh + cd share ; ./gen_locales.sh for i in fonts keyboards locales keymaps; do tar xfj `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done -# # temporary hack to have at least good UTF-8 based locales (otherwise rpmlib segfaults) - cd $(DEST)/usr/share/locale/UTF-8 ; for i in `find -type f`; do cp -f /usr/share/locale/en/$$i $$i; done - grep ChangeLog CVS/Entries > $(DEST)/usr/share/VERSION gzip -9f $(DEST)/usr/share/ldetect-lst/* -- cgit v1.2.1