diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 343584aba..934b96f69 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -207,8 +207,11 @@ endif $(MAKE) -C share/po install SUDO= NAME=libDrakX LOCALEDIR=$(DEST)/usr/share/locale_special -# ga and sl are disabled because too few messages are translated - rm -rf $(DEST)/usr/share/locale_special/{be,fur} +# POFILES to disable for installation: +# be,fur: too few messages translated; +# pa_IN: too few and font problem +# ta: font problem + rm -rf $(DEST)/usr/share/locale_special/{be,fur,pa_IN,ta} ifeq (y,$(USE_PCMCIA)) cp -a /etc/pcmcia $(DEST)/etc |