38d38bf8c0
- Enforce a specific version (1.4+) in the launcher shell script - Use SUB_FILES to patch the launche shell script
5 lines
108 B
Bash
5 lines
108 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="1.4+" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/jpatch.jar" "$@"
|