aboutsummaryrefslogtreecommitdiff
path: root/audio/murmur
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-10-21 15:01:17 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-10-21 15:01:17 +0000
commit6beb276952e102e3a26b649a46e7d0d9ca1284b1 (patch)
tree841109e997c380b80a6ecb0339d0a519d17359eb /audio/murmur
parentc85bacf3f7d28e61ab51f482c8f2a7ec31464262 (diff)
downloadports-6beb276952e102e3a26b649a46e7d0d9ca1284b1.tar.gz
ports-6beb276952e102e3a26b649a46e7d0d9ca1284b1.zip
Notes
Diffstat (limited to 'audio/murmur')
-rw-r--r--audio/murmur/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/murmur/pkg-install b/audio/murmur/pkg-install
index 93a652d7170a..fdecba2a7ef6 100644
--- a/audio/murmur/pkg-install
+++ b/audio/murmur/pkg-install
@@ -10,7 +10,7 @@ case $2 in
PRE-INSTALL)
mkdir -m 750 ${LOGDIR} ${DBDIR} ${RUNDIR} 2> /dev/null
- chown -R ${USER}:${GROUP} ${LOGDIR} ${DBDIR} ${RUNDIR}
+ chown -R murmur:murmur ${LOGDIR} ${DBDIR} ${RUNDIR}
;;
esac