diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 3e8335115..d8b9d4d65 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -183,6 +183,10 @@ endif $(MAKE) -C share/po install 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} + # echo -e '#!/bin/sh\n\nexec "/usr/bin/sh"' > $(DEST)/usr/bin/runinstall2 # chmod a+x $(DEST)/usr/bin/runinstall2 |