diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 934b96f69..f4711c77a 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -209,9 +209,8 @@ endif # 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} + rm -rf $(DEST)/usr/share/locale_special/{be,fur,ta} ifeq (y,$(USE_PCMCIA)) cp -a /etc/pcmcia $(DEST)/etc |