diff options
| author | Michael Bridgen <mikeb@rabbitmq.com> | 2010-08-06 13:06:41 +0100 |
|---|---|---|
| committer | Michael Bridgen <mikeb@rabbitmq.com> | 2010-08-06 13:06:41 +0100 |
| commit | 1388c43f8bebe5a4761700a65dc8c22ddc3e6751 (patch) | |
| tree | c6275f69f01b19d6ac60e3bec677ab562072cdd2 | |
| parent | 731249c7dc01c17832d043ff8661b48c909e11bf (diff) | |
| parent | 6a6d6d3831aed9a985a556ff52455ba3ec88efef (diff) | |
| download | rabbitmq-server-git-1388c43f8bebe5a4761700a65dc8c22ddc3e6751.tar.gz | |
Merge bug23038, plugins dir in binary dists
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 && \ |
