[Libreoffice-commits] .: bin/java-set-classpath.in

Petr Mladek pmladek at kemper.freedesktop.org
Wed May 2 05:54:07 PDT 2012


 bin/java-set-classpath.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 82e0acad32f665a34bde0f74b6728f750dc05227
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed May 2 14:52:48 2012 +0200

    correctly set install path in java-set-classpath

diff --git a/bin/java-set-classpath.in b/bin/java-set-classpath.in
index 4d22a75..6128918 100644
--- a/bin/java-set-classpath.in
+++ b/bin/java-set-classpath.in
@@ -36,7 +36,7 @@ if test "z$1" = "z" ; then
     exit 0;
 fi
 
-JVM_CONFIG_FILE=@OOINSTBASE@/program/fundamentalrc
+JVM_CONFIG_FILE=@INSTALLDIR@/program/fundamentalrc
 
 for path in $@ ; do
     if test "z${path%%/*}" != "z" ; then


More information about the Libreoffice-commits mailing list