summaryrefslogtreecommitdiff
path: root/homebrew/osmosis/patches.sh
blob: e9e30c66990a696d79ddf722f9b0b91abd3a411a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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