summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/standalone/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile
index 7a4135f964..903458836c 100644
--- a/packaging/standalone/Makefile
+++ b/packaging/standalone/Makefile
@@ -53,6 +53,11 @@ dist:
mkdir -p $(RLS_DIR)/releases/$(OTP_RELEASE)
cp $(ERTS_ROOT_DIR)/releases/$(OTP_RELEASE)/OTP_VERSION $(RLS_DIR)/releases/$(OTP_RELEASE)/OTP_VERSION
+# copy start.boot to bin folder as Erlang does.
+# Required by rabbit_nodes:ensure_epmd/0
+ mkdir -p $(RLS_DIR)/bin/
+ cp $(ERTS_ROOT_DIR)/bin/start.boot $(RLS_DIR)/bin/
+
# move rabbitmq files to top level folder
mv $(RLS_DIR)/lib/rabbit-$(VERSION)/* $(RLS_DIR)