diff options
author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-10-03 12:40:32 +0100 |
---|---|---|
committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-10-03 12:40:32 +0100 |
commit | 80e0601ace8a1bb1bb23aacbd3b425dd58828dd0 (patch) | |
tree | 757e8d4f3fbf5bde6b7fade7fb0a6304f1779ce5 /Makefile | |
parent | 185c2edbb47c4db0349c62e9d94653fc59ae8e4f (diff) | |
download | rabbitmq-server-80e0601ace8a1bb1bb23aacbd3b425dd58828dd0.tar.gz |
make sure plugins/README is in all the binary packages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -325,7 +325,7 @@ install_bin: all install_dirs done mkdir -p $(TARGET_DIR)/$(PLUGINS_DIR) - [ -d "$(PLUGINS_DIR)" ] && cp $(PLUGINS_DIR)/*.ez $(TARGET_DIR)/$(PLUGINS_DIR) || true + [ -d "$(PLUGINS_DIR)" ] && cp $(PLUGINS_DIR)/*.ez $(PLUGINS_DIR)/README $(TARGET_DIR)/$(PLUGINS_DIR) || true install_docs: docs_all install_dirs for section in 1 5; do \ |