From 64e3e07d87dbe5e98151e3a86fb5720720c8ee74 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 31 Jul 2001 14:49:48 +0000 Subject: better handling of locales --- perl-install/share/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 perl-install/share/Makefile (limited to 'perl-install/share/Makefile') 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 -- cgit v1.2.1