1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

. Fix the location the wrapper script looks for bsh.jar in.

PR:		128576
Approved by:	maintainer
This commit is contained in:
Greg Lewis 2008-11-18 22:27:26 +00:00
parent 8a13eaf0cc
commit 333e2b793d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223025

View File

@ -2,4 +2,4 @@
#
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/%%JARNAME%%" "$@"
JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/%%JARNAME%%" "$@"