diff options
Diffstat (limited to 'packages/gpe-login/files/fixMakefile.translation.patch')
-rw-r--r-- | packages/gpe-login/files/fixMakefile.translation.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/gpe-login/files/fixMakefile.translation.patch b/packages/gpe-login/files/fixMakefile.translation.patch deleted file mode 100644 index 88a093c60f..0000000000 --- a/packages/gpe-login/files/fixMakefile.translation.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- build/Makefile.translation 1 Jul 2005 13:44:49 -0000 1.44 -+++ build/Makefile.translation 3 Jul 2005 10:29:38 -0000 1.45 -@@ -34,7 +34,7 @@ - if [ "$(ENABLE_NLS)" != "no" ]; then \ - if [ "x$(LINGUAS)" != "x" ]; then \ - for i in $(LINGUAS); do mkdir -p $(DESTDIR)$(PREFIX)/share/locale/$$i/LC_MESSAGES; install -m 644 $(DIR_PO)/$$i.mo $(DESTDIR)$(PREFIX)/share/locale/$$i/LC_MESSAGES/$(PACKAGE).mo; done \ -- fi; -+ fi; \ - fi; - - .po8.mo:; |