summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-23 16:03:55 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-23 16:03:55 +0100
commit4efb973a01be057df49c0d01ed4ba94f9542b184 (patch)
tree1279d78ee1e1b34c3ecf5b88dcec859578a9ff2e /Makefile
parent8c225dffff5cb5608e6e2acb1e3f67c6041b9adf (diff)
downloadrabbitmq-server-git-4efb973a01be057df49c0d01ed4ba94f9542b184.tar.gz
oops
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdd37bca82..1dbdcfde6e 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ plugins:
[ -d "$(PLUGINS_SRC_DIR)" ] || { echo "No plugins source distribution found (try linking public-umbrella to $(PLUGINS_SRC_DIR)"; false; }
-ln -s "$(CURDIR)" "$(PLUGINS_SRC_DIR)/rabbitmq-server"
mkdir -p $(PLUGINS_DIST_DIR)
- PLUGINS_SRC_DIR="" $(MAKE) -C "$(PLUGINS_SRC_DIR)" plugins PLUGINS_DIST_DIR="$(CURDIR)/$(PLUGINS_DIST_DIR)" VERSION=$(VERSION)
+ PLUGINS_SRC_DIR="" $(MAKE) -C "$(PLUGINS_SRC_DIR)" plugins-dist PLUGINS_DIST_DIR="$(CURDIR)/$(PLUGINS_DIST_DIR)" VERSION=$(VERSION)
else
plugins:
# Not building plugins
@@ -306,6 +306,7 @@ install_bin: all install_dirs
cp scripts/$$script $(TARGET_DIR)/sbin; \
[ -e $(SBIN_DIR)/$$script ] || ln -s $(SCRIPTS_REL_PATH)/$$script $(SBIN_DIR)/$$script; \
done
+
mkdir -p $(TARGET_DIR)/$(PLUGINS_DIST_DIR)
-cp $(PLUGINS_DIST_DIR)/*.ez $(TARGET_DIR)/$(PLUGINS_DIST_DIR)