diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-03-26 13:06:41 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-03-26 13:06:41 +0000 |
| commit | e3d6ddd4f649e0f259a5efa25565af7069638e8e (patch) | |
| tree | 5712668ad0f9f0da6c822db3bbd145c92673a4f8 /packaging/standalone | |
| parent | aad44bb0666ce5ac75743e7355dfde763d7317d8 (diff) | |
| download | rabbitmq-server-git-e3d6ddd4f649e0f259a5efa25565af7069638e8e.tar.gz | |
Put the example in the correct place.
Diffstat (limited to 'packaging/standalone')
| -rw-r--r-- | packaging/standalone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile index 3788da99af..dbb487ab19 100644 --- a/packaging/standalone/Makefile +++ b/packaging/standalone/Makefile @@ -24,7 +24,7 @@ dist: TARGET_DIR=`pwd`/$(TARGET_DIR) \ SBIN_DIR=`pwd`/$(TARGET_DIR)/sbin \ MAN_DIR=`pwd`/$(TARGET_DIR)/share/man \ - DOC_INSTALL_DIR=`pwd`/$(TARGET_DIR)/etc \ + DOC_INSTALL_DIR=`pwd`/$(TARGET_DIR)/etc/rabbitmq \ install ## Here we set the RABBITMQ_HOME variable, |
