patch-processing 424 B

1234567891011121314
  1. $OpenBSD: patch-processing,v 1.1.1.1 2011/06/24 07:00:20 jasper Exp $
  2. --- processing.orig Fri Jun 24 00:29:03 2011
  3. +++ processing Fri Jun 24 00:29:40 2011
  4. @@ -66,8 +66,7 @@ make_jdkcp() {
  5. # Get absolute path of directory where this script is located
  6. -APPDIR=`readlink -f "$0"`
  7. -APPDIR=`dirname "$APPDIR"`
  8. +APPDIR=${PREFIX}/share/processing/
  9. log APPDIR
  10. # Try using a local JDK from the same directory as this script