correctly set install path in java-set-classpath

This commit is contained in:
Petr Mladek 2012-05-02 14:52:48 +02:00
parent 78a7968cad
commit 82e0acad32

View File

@ -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