[Libreoffice-commits] core.git: 2 commits - helpcontent2 l10ntools/source
Andras Timar
andras.timar at collabora.com
Tue Oct 8 23:36:41 PDT 2013
helpcontent2 | 2 +-
l10ntools/source/localize.cxx | 6 ++----
2 files changed, 3 insertions(+), 5 deletions(-)
New commits:
commit 169cbb6a1266754c4e925d064f10227b4e9fde87
Author: Andras Timar <andras.timar at collabora.com>
Date: Wed Oct 9 08:28:46 2013 +0200
fix path of l10ntools in localize (solver has gone)
Change-Id: I759b22ca0f5bf7e3405572088d79263dd978f43c
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 4828bcc..be8ec9b 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -130,10 +130,8 @@ void handleCommand(
const OString& rInPath, const OString& rOutPath,
const OString& rExecutable)
{
- OStringBuffer buf(OString(getenv("SOLARVER")));
- buf.append('/');
- buf.append(OString(getenv("INPATH_FOR_BUILD")));
- buf.append("/bin/");
+ OStringBuffer buf(OString(getenv("WORKDIR_FOR_BUILD")));
+ buf.append("/LinkTarget/Executable/");
buf.append(rExecutable);
buf.append(" -i ");
buf.append(rInPath);
commit bd7c6dc542852418e033be28b9d433b58feab9be
Author: Andras Timar <andras.timar at collabora.com>
Date: Wed Oct 9 08:27:34 2013 +0200
Updated core
Project: help 0168bad31cf97541695bffec867e078d76abf352
diff --git a/helpcontent2 b/helpcontent2
index ba93fcc..0168bad 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit ba93fcc5c4e7236ff5ea4137e0d9ed86a2337ac4
+Subproject commit 0168bad31cf97541695bffec867e078d76abf352
More information about the Libreoffice-commits
mailing list