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:
parent
8a13eaf0cc
commit
333e2b793d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223025
@ -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%%" "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user