summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bridgen <mikeb@rabbitmq.com>2010-08-06 13:06:41 +0100
committerMichael Bridgen <mikeb@rabbitmq.com>2010-08-06 13:06:41 +0100
commit1388c43f8bebe5a4761700a65dc8c22ddc3e6751 (patch)
treec6275f69f01b19d6ac60e3bec677ab562072cdd2
parent731249c7dc01c17832d043ff8661b48c909e11bf (diff)
parent6a6d6d3831aed9a985a556ff52455ba3ec88efef (diff)
downloadrabbitmq-server-git-1388c43f8bebe5a4761700a65dc8c22ddc3e6751.tar.gz
Merge bug23038, plugins dir in binary dists
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f15921b6b..42c1e17d9d 100644
--- a/Makefile
+++ b/Makefile
@@ -279,6 +279,8 @@ install: all docs_all install_dirs
cp $$manpage $(MAN_DIR)/man$$section; \
done; \
done
+ mkdir -p $(TARGET_DIR)/plugins
+ echo Put your .ez plugin files in this directory. > $(TARGET_DIR)/plugins/README
install_dirs:
@ OK=true && \