diff options
author | Andras Timar <atimar@suse.com> | 2011-10-20 11:09:24 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-10-20 11:10:54 +0200 |
commit | ffb91342fc667d0f1d4ef43384bfcfc176cab774 (patch) | |
tree | 42ea34a024aa3acba7a071f722852ccd0bf379e5 /nlpsolver | |
parent | 89f7e17692d019a68d251d39bcc592a4ee8ba0dc (diff) |
fix localization of NLPSolver
Diffstat (limited to 'nlpsolver')
-rw-r--r-- | nlpsolver/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nlpsolver/makefile.mk b/nlpsolver/makefile.mk index a7d099662691..ddbe7aa65445 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= |