diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-31 14:49:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-31 14:49:48 +0000 |
commit | 64e3e07d87dbe5e98151e3a86fb5720720c8ee74 (patch) | |
tree | 3737266fd04cd101b3d85c7cebce436f4bd249ed /perl-install/share/Makefile | |
parent | 76425ca68c6c989bb2b53058e039b20da6fead80 (diff) | |
download | drakx-backup-do-not-use-64e3e07d87dbe5e98151e3a86fb5720720c8ee74.tar drakx-backup-do-not-use-64e3e07d87dbe5e98151e3a86fb5720720c8ee74.tar.gz drakx-backup-do-not-use-64e3e07d87dbe5e98151e3a86fb5720720c8ee74.tar.bz2 drakx-backup-do-not-use-64e3e07d87dbe5e98151e3a86fb5720720c8ee74.tar.xz drakx-backup-do-not-use-64e3e07d87dbe5e98151e3a86fb5720720c8ee74.zip |
better handling of locales
Diffstat (limited to 'perl-install/share/Makefile')
-rw-r--r-- | perl-install/share/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/share/Makefile b/perl-install/share/Makefile new file mode 100644 index 000000000..00e5afcc3 --- /dev/null +++ b/perl-install/share/Makefile @@ -0,0 +1,5 @@ +all: locales.tar.bz2 + +# /usr/lib/libc.a to depend on the current glibc +locales.tar.bz2: locales-skeleton.tar.bz2 gen_locales.sh /usr/lib/libc.a + ./gen_locales.sh |