[Libreoffice-commits] .: Branch 'libreoffice-3-5' - bin/java-set-classpath.in

Fridrich Strba fridrich at kemper.freedesktop.org
Fri Jun 1 01:48:07 PDT 2012


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

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

    correctly set install path in java-set-classpath
    
    Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>

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