diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-24 23:53:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-24 23:53:47 +0000 |
commit | ee0a30f1cc747b64d28731c07253d9eb04c0e028 (patch) | |
tree | 7a8a76d20e83008c67409ce880fcad85cb8fbd70 /perl-install/Makefile | |
parent | cfd1f7291b42cede75112ed811053612fa1f2c1c (diff) | |
download | drakx-ee0a30f1cc747b64d28731c07253d9eb04c0e028.tar drakx-ee0a30f1cc747b64d28731c07253d9eb04c0e028.tar.gz drakx-ee0a30f1cc747b64d28731c07253d9eb04c0e028.tar.bz2 drakx-ee0a30f1cc747b64d28731c07253d9eb04c0e028.tar.xz drakx-ee0a30f1cc747b64d28731c07253d9eb04c0e028.zip |
temporary hack to have at least good UTF-8 based locales (otherwise rpmlib segfaults)
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index dd6b426b9..44a613bcc 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -125,6 +125,9 @@ endif 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/* |