[Frugalware-darcs] setup-current: glibc: added locale datas
VMiklos
vmiklos at frugalware.org
Thu Mar 16 18:08:46 CET 2006
[glibc: added locale datas
VMiklos <vmiklos at frugalware.org>**20051124233522] {
hunk ./Makefile 54
+GLIBC_LANGS = en_US es_AR de_DE fr_FR it_IT hu_HU pl_PL sk_SK
hunk ./Makefile 257
- mkdir -p glibc/lib
+ mkdir -p glibc/{lib,usr/lib/locale}
hunk ./Makefile 260
+
+ # generate the necessary locales
+ cd $(BDIR) && rm -rf usr/ && mkdir -p usr/lib/locale/
+ cd $(BDIR); \
+ for i in $(GLIBC_LANGS); do \
+ localedef --prefix=./ -c -i $$i $$i; true; \
+ done
+ cp -a $(BDIR)/usr/lib/locale/locale-archive glibc/usr/lib/locale/
}
More information about the Frugalware-darcs
mailing list