Kaydet (Commit) 82e0acad authored tarafından Petr Mladek's avatar Petr Mladek

correctly set install path in java-set-classpath

üst 78a7968c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment