summaryrefslogtreecommitdiff
path: root/packaging/standalone
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-29 11:04:30 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-29 11:04:30 +0100
commit3ab1f8d196dd61e12098b1fbfd32320f82137c91 (patch)
treea79b3ba63d2060819b5bacc5aae83b65870347c3 /packaging/standalone
parent29c9fe7c5844d3309b59b6d5a4a88944f4356e08 (diff)
downloadrabbitmq-server-git-3ab1f8d196dd61e12098b1fbfd32320f82137c91.tar.gz
packaging/standalone: Use "cp", not "cp -a"
For the same reasons as: commit a131baadf409db533c24dfd87d3a141136bcc37c Author: Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> Date: Thu Oct 29 09:56:21 2015 +0100 Makefile: Use "cp -r", not "cp -a"
Diffstat (limited to 'packaging/standalone')
-rw-r--r--packaging/standalone/Makefile2
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