From ce12e14d0798882e840fea7b0c6930788ca66d6f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 2 Dec 2019 08:22:19 +0100 Subject: Scripts: Macos /opt-share -> /usr/local (Catalina Read-Only) --- make/scripts/make.joal.all.macosx.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make/scripts/make.joal.all.macosx.sh') diff --git a/make/scripts/make.joal.all.macosx.sh b/make/scripts/make.joal.all.macosx.sh index 7826fa8..6248273 100755 --- a/make/scripts/make.joal.all.macosx.sh +++ b/make/scripts/make.joal.all.macosx.sh @@ -1,7 +1,7 @@ #! /bin/sh -if [ -e /opt-share/etc/profile.ant ] ; then - . /opt-share/etc/profile.ant +if [ -e /usr/local/etc/profile.ant ] ; then + . /usr/local/etc/profile.ant fi JAVA_HOME=`/usr/libexec/java_home -version 11` @@ -12,7 +12,7 @@ export JAVA_HOME PATH export SOURCE_LEVEL=1.8 export TARGET_LEVEL=1.8 -export TARGET_RT_JAR=/opt-share/jre1.8.0_212/lib/rt.jar +export TARGET_RT_JAR=/usr/local/jre1.8.0_212/lib/rt.jar #export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" -- cgit v1.2.3