summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Powell <steve@rabbitmq.com>2012-02-22 10:11:16 +0000
committerSteve Powell <steve@rabbitmq.com>2012-02-22 10:11:16 +0000
commit52fb8ba665ccaafabd37c0a8a40382d887e67493 (patch)
treec43c35f85ef991a8cef6f3fb51b98789533c69fd
parentd823d1a75d6f52f5a3ffee848629fe4da98129ce (diff)
downloadrabbitmq-server-52fb8ba665ccaafabd37c0a8a40382d887e67493.tar.gz
Take default owner/group for confdir
-rw-r--r--packaging/macports/Portfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macports/Portfile.in b/packaging/macports/Portfile.in
index 6519b2bd..ebbc8f1b 100644
--- a/packaging/macports/Portfile.in
+++ b/packaging/macports/Portfile.in
@@ -85,7 +85,7 @@ pre-destroot {
}
post-destroot {
- xinstall -d -g [existsgroup ${servergroup}] -m 775 ${destroot}${confdir}
+ xinstall -d -m 775 ${destroot}${confdir}
xinstall -d -g [existsgroup ${servergroup}] -m 775 ${destroot}${logdir}
xinstall -d -g [existsgroup ${servergroup}] -m 775 ${destroot}${serverhome}
xinstall -d -g [existsgroup ${servergroup}] -m 775 ${destroot}${mnesiadbdir}