summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Videla <videlalvaro@gmail.com>2012-11-28 18:46:19 +0100
committerAlvaro Videla <videlalvaro@gmail.com>2012-11-28 18:46:19 +0100
commit8d88d5f511c31f8957038d3fb2b247472cb677c1 (patch)
tree824e11f904e6805a1de25f0ec08151752ff9d306
parent262927855c8fefd66527a373eb158598efd35766 (diff)
downloadrabbitmq-server-8d88d5f511c31f8957038d3fb2b247472cb677c1.tar.gz
renames package to include "mac" in it
-rw-r--r--packaging/standalone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile
index 2730eb66..65c72c4d 100644
--- a/packaging/standalone/Makefile
+++ b/packaging/standalone/Makefile
@@ -1,7 +1,7 @@
VERSION=0.0.0
SOURCE_DIR=rabbitmq-server-$(VERSION)
TARGET_DIR=rabbitmq_server-$(VERSION)
-TARGET_TARBALL=rabbitmq-server-standalone-$(VERSION)
+TARGET_TARBALL=rabbitmq-server-mac-standalone-$(VERSION)
RLS_DIR=$(TARGET_DIR)/release/$(TARGET_DIR)
ERTS_VSN=$(shell erl -noshell -eval 'io:format("~s", [erlang:system_info(version)]), halt().')
@@ -45,7 +45,7 @@ dist:
rm -rf $(SOURCE_DIR) $(TARGET_DIR)
clean: clean_partial
- rm -f rabbitmq-server-standalone-*.tar.gz
+ rm -f rabbitmq-server-mac-standalone-*.tar.gz
clean_partial:
rm -rf $(SOURCE_DIR)