[Libreoffice-commits] .: Branch 'libreoffice-3-4' - nlpsolver/makefile.mk

Caolán McNamara caolan at kemper.freedesktop.org
Fri Oct 21 06:27:00 PDT 2011


 nlpsolver/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 28664eecf3b5af8d850f86d392edf7afba0e4779
Author: Andras Timar <atimar at suse.com>
Date:   Thu Oct 20 11:09:24 2011 +0200

    fix localization of NLPSolver
    
    Signed-off-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/nlpsolver/makefile.mk b/nlpsolver/makefile.mk
index a7d0996..ddbe7aa 100644
--- a/nlpsolver/makefile.mk
+++ b/nlpsolver/makefile.mk
@@ -46,7 +46,7 @@ PATCH_FILES=nlpsolver-0.9.patch
 
 ANT_FLAGS+=-Dplatforms.JDK_1.5.home=$(JAVA_HOME) -Doffice.program.dir=$(SOLARBINDIR)
 
-CONFIGURE_ACTION=(cd ../../../../locale && $(GNUTAR) -cf - .) | (cd src/ && $(GNUTAR) xf -)
+CONFIGURE_ACTION=(cd ../../../../locale && $(GNUTAR) -cf - .) | (cd src/locale/ && rm *de_DE* && $(GNUTAR) xf -)
 
 .IF "$(JAVACISGCJ)"=="yes"
 JAVA_HOME=


More information about the Libreoffice-commits mailing list