From: Dana Jansens Date: Wed, 20 Nov 2002 07:16:45 +0000 (+0000) Subject: rm the en_GB translation dir X-Git-Tag: openbox-2_1_3^2~3 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e4909f62fe4d187d4e629501eb6dcf9944bec891;p=dana%2Fopenbox.git rm the en_GB translation dir --- diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am index 53773703..bde943b4 100644 --- a/nls/C/Makefile.am +++ b/nls/C/Makefile.am @@ -29,6 +29,7 @@ uninstall-local: rm -f $(DESTDIR)$(pkgdatadir)/nls/C/openbox.cat; \ rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \ rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \ + rm -f $(DESTDIR)$(pkgdatadir)/nls/en_GB; \ rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \ rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \ rmdir $(DESTDIR)$(pkgdatadir)/nls/C; \