summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-30 16:23:45 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-30 16:23:45 +0000
commitdc0edc4cf99b00d943e2c601306682141afff174 (patch)
treeec0e98d75ec0892f32c0df60e824d1df92218b5b /perl-install/Makefile
parent6c8dd68e7062a96d88a59cc128ac01ec28490a97 (diff)
downloaddrakx-backup-do-not-use-dc0edc4cf99b00d943e2c601306682141afff174.tar
drakx-backup-do-not-use-dc0edc4cf99b00d943e2c601306682141afff174.tar.gz
drakx-backup-do-not-use-dc0edc4cf99b00d943e2c601306682141afff174.tar.bz2
drakx-backup-do-not-use-dc0edc4cf99b00d943e2c601306682141afff174.tar.xz
drakx-backup-do-not-use-dc0edc4cf99b00d943e2c601306682141afff174.zip
automatic handling of locales.tar.bz2 based on installed glibc
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile4
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/*