From e80298900266ac6bb47cd4b00e241cce7920de3e Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Sun, 3 Jul 2005 17:25:18 +0000 Subject: Add patch fixing build issue. --- packages/gpe-login/files/fixMakefile.translation.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/gpe-login/files/fixMakefile.translation.patch (limited to 'packages/gpe-login/files/fixMakefile.translation.patch') diff --git a/packages/gpe-login/files/fixMakefile.translation.patch b/packages/gpe-login/files/fixMakefile.translation.patch new file mode 100644 index 0000000000..88a093c60f --- /dev/null +++ b/packages/gpe-login/files/fixMakefile.translation.patch @@ -0,0 +1,11 @@ +--- 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:; -- cgit v1.2.3