mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
--- 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
|