6bacfafd46
wrong when PREFIX was set to something other than /usr/local. Also, invoke the Java VM wrapper as java instead of javavm. Reported by: Tim Bishop <tim at bishnet dot net> (path issue)
10 lines
437 B
Bash
10 lines
437 B
Bash
#!/bin/sh
|
|
# This script requires that that java/javavmwrapper port and a JDK
|
|
# version 1.4 or greater be installed.
|
|
#
|
|
# The javavmwrapper port is not installed by default lest the JDK
|
|
# requirement drag this port down into oblivion. Perhaps someday Sun
|
|
# will release the JDK under a license that makes dependencies on the
|
|
# JDK reasionable.
|
|
#
|
|
%%LOCALBASE%%/bin/java -jar %%PREFIX%%/%%SLIMDIR%%/HTML/EN/html/softsqueeze/SoftSqueeze.jar
|