[Libreoffice-commits] .: Branch 'libreoffice-3-4' - desktop/unx

Lionel Elie Mamane lmamane at kemper.freedesktop.org
Sun Sep 11 16:13:46 PDT 2011


 desktop/unx/source/start.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 14bc9100d36eae3999f1623efce8ee84091da842
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Mon Sep 12 01:10:38 2011 +0200

    don't rely on ../ure to find javaldx, use proper ../basis-link/ure-link

diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 445bd44..a70a3c1 100755
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -837,7 +837,7 @@ exec_javaldx (Args *args)
     rtl_uString_newFromAscii( &pApp, "file://" );
     rtl_uString_newConcat( &pApp, pApp, args->pAppPath );
     pTmp = NULL;
-    rtl_uString_newFromAscii( &pTmp, "/../ure/bin/javaldx" );
+    rtl_uString_newFromAscii( &pTmp, "/../basis-link/ure-link/bin/javaldx" );
     rtl_uString_newConcat( &pApp, pApp, pTmp );
     rtl_uString_release( pTmp );
 


More information about the Libreoffice-commits mailing list