summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteve Powell <steve@rabbitmq.com>2012-02-28 10:56:15 +0000
committerSteve Powell <steve@rabbitmq.com>2012-02-28 10:56:15 +0000
commit2bbd4c6060944433ebe4ca87d2823e9cce1147ac (patch)
treecb2fecf8bc8eab80b80eed46b885f213a9ed5678 /Makefile
parentb35c92000e9e26429312c9a2b0209dd34b3761d6 (diff)
downloadrabbitmq-server-git-2bbd4c6060944433ebe4ca87d2823e9cce1147ac.tar.gz
Move SERVER_ERL_ARGS to rabbitmq-env and renamed rabbitmq-sys-defaults to rabbitmq-defaults
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3144889bd4..e8975856d4 100644
--- a/Makefile
+++ b/Makefile
@@ -316,7 +316,7 @@ install_bin: all install_dirs
cp -r ebin include LICENSE* INSTALL $(TARGET_DIR)
chmod 0755 scripts/*
- for script in rabbitmq-env rabbitmq-server rabbitmqctl rabbitmq-plugins rabbitmq-sys-defaults; do \
+ for script in rabbitmq-env rabbitmq-server rabbitmqctl rabbitmq-plugins rabbitmq-defaults; do \
cp scripts/$$script $(TARGET_DIR)/sbin; \
[ -e $(SBIN_DIR)/$$script ] || ln -s $(SCRIPTS_REL_PATH)/$$script $(SBIN_DIR)/$$script; \
done