diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-30 16:23:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-30 16:23:45 +0000 |
commit | dc0edc4cf99b00d943e2c601306682141afff174 (patch) | |
tree | ec0e98d75ec0892f32c0df60e824d1df92218b5b /perl-install/Makefile | |
parent | 6c8dd68e7062a96d88a59cc128ac01ec28490a97 (diff) | |
download | drakx-dc0edc4cf99b00d943e2c601306682141afff174.tar drakx-dc0edc4cf99b00d943e2c601306682141afff174.tar.gz drakx-dc0edc4cf99b00d943e2c601306682141afff174.tar.bz2 drakx-dc0edc4cf99b00d943e2c601306682141afff174.tar.xz drakx-dc0edc4cf99b00d943e2c601306682141afff174.zip |
automatic handling of locales.tar.bz2 based on installed glibc
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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/* |