summaryrefslogtreecommitdiff
path: root/packaging/standalone
diff options
context:
space:
mode:
authorAlvaro Videla <alvaro@rabbitmq.com>2013-02-27 15:46:53 +0000
committerAlvaro Videla <alvaro@rabbitmq.com>2013-02-27 15:46:53 +0000
commit7d38fba3defaf06a1fd2386d8e55c30ff8f7e7a1 (patch)
treebcb0fe4026abb1c7affb6c669aecd9f852956c1e /packaging/standalone
parenta6fb196bd94f0a504eae72d3b4b327eab443c6b4 (diff)
downloadrabbitmq-server-git-7d38fba3defaf06a1fd2386d8e55c30ff8f7e7a1.tar.gz
adds missing patch
Diffstat (limited to 'packaging/standalone')
-rw-r--r--packaging/standalone/erl.diff5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/standalone/erl.diff b/packaging/standalone/erl.diff
new file mode 100644
index 0000000000..c51bfe2213
--- /dev/null
+++ b/packaging/standalone/erl.diff
@@ -0,0 +1,5 @@
+20c20,21
+< ROOTDIR="%FINAL_ROOTDIR%"
+---
+> realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}" ; }
+> ROOTDIR="$(dirname `realpath $0`)/../.."