summaryrefslogtreecommitdiff
path: root/homebrew/osmosis/patches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/osmosis/patches.sh')
-rwxr-xr-xhomebrew/osmosis/patches.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/homebrew/osmosis/patches.sh b/homebrew/osmosis/patches.sh
new file mode 100755
index 000000000..e9e30c669
--- /dev/null
+++ b/homebrew/osmosis/patches.sh
@@ -0,0 +1,13 @@
+echo 'Creating brew-patch.diff'
+cat << EOF >> brew-patch.diff
+--- a/bin/osmosis 2010-11-16 06:58:44.000000000 +0100
++++ b/bin/osmosis 2010-11-23 12:13:01.000000000 +0100
+@@ -83,6 +83,7 @@
+ saveddir=`pwd`
+ MYAPP_HOME=`dirname "$PRG"`/..
+ MYAPP_HOME=`cd "$MYAPP_HOME" && pwd`
++MYAPP_HOME="$MYAPP_HOME/libexec"
+ cd "$saveddir"
+
+ # Build up the classpath of required jar files via classworlds launcher.
+EOF