diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 73ab3f2af..307b4c1d8 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -208,7 +208,7 @@ 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,ga,fur} + rm -rf $(DEST)/usr/share/locale_special/{be,fur} ifeq (y,$(USE_PCMCIA)) cp -a /etc/pcmcia $(DEST)/etc |