1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Install port specific directories with correct ownership

PR:		ports/160242
Submitted by:	Luke Dean <luked@pobox.com>
Approved by:	maintainer
This commit is contained in:
Pawel Pekala 2011-10-21 15:01:17 +00:00
parent c85bacf3f7
commit 6beb276952
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284066

View File

@ -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