diff options
| -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 f5088b9156..5f2cb90440 100644 --- a/packaging/standalone/Makefile +++ b/packaging/standalone/Makefile @@ -47,7 +47,7 @@ dist: manpages install install-man mkdir -p $(TARGET_DIR)/etc/rabbitmq - cp -a $(SOURCE_DIR)/docs/rabbitmq.config.example $(TARGET_DIR)/etc/rabbitmq + cp $(SOURCE_DIR)/docs/rabbitmq.config.example $(TARGET_DIR)/etc/rabbitmq ## Here we set the RABBITMQ_HOME variable, ## then we make ERL_DIR point to our released erl |
