ports/lang/processing/patches/patch-processing

13 lines
354 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- processing.orig Fri Jun 24 00:29:03 2011
+++ processing Fri Jun 24 00:29:40 2011
@@ -66,8 +66,7 @@ make_jdkcp() {
# Get absolute path of directory where this script is located
-APPDIR=`readlink -f "$0"`
-APPDIR=`dirname "$APPDIR"`
+APPDIR=${PREFIX}/share/processing/
log APPDIR
# Try using a local JDK from the same directory as this script