summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-30 16:59:02 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-30 16:59:02 +0100
commite65a6f3a6b16fa3ca43919b9d255719146920256 (patch)
treef4b2a7337e831193d345c10013701012bb7e17aa
parent4f234daa3c4a7f65e4ec8ad0fbc624474b075b9b (diff)
downloadrabbitmq-server-e65a6f3a6b16fa3ca43919b9d255719146920256.tar.gz
This works for generic unix, deb, RPM, Windows bundle.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a97838cc..db3094b6 100644
--- a/Makefile
+++ b/Makefile
@@ -271,6 +271,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 && \