summaryrefslogtreecommitdiff
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
commit6551ce1f20f5d6dfbac6e3c994f8cc2273fc1917 (patch)
treebcb0fe4026abb1c7affb6c669aecd9f852956c1e
parent4c4b2942703c5c254c8af173656522665d9dd934 (diff)
downloadrabbitmq-server-bug25271.tar.gz
adds missing patchbug25271
-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 00000000..c51bfe22
--- /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`)/../.."