diff options
Diffstat (limited to 'perl-install')
-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 64e9ef435..13c6ede84 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -180,9 +180,8 @@ endif $(MAKE) -C share/po install SUDO= NAME=libDrakX LOCALEDIR=$(DEST)/usr/share/locale_special -# ar and fa are disabled as arabic font doesn't work on install # ga and sl are disabled because too few messages are translated - rm -rf $(DEST)/usr/share/locale_special/{ar,fa,ga,sl} + rm -rf $(DEST)/usr/share/locale_special/{ga,sl} ifeq (i386,$(ARCH)) cp -a /etc/pcmcia $(DEST)/etc |