mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
PRE-INSTALL -> POST-INSTALL, user and groups are created later
This commit is contained in:
parent
8f708e7fd5
commit
24cfbfb282
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284162
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= murmur
|
||||
PORTVERSION= 1.2.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= SF/mumble/Mumble/${PORTVERSION}
|
||||
DISTNAME= mumble-${PORTVERSION}
|
||||
|
@ -7,7 +7,7 @@ RUNDIR=/var/run/murmur
|
||||
DBDIR=/var/db/murmur
|
||||
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
POST-INSTALL)
|
||||
|
||||
mkdir -m 750 ${LOGDIR} ${DBDIR} ${RUNDIR} 2> /dev/null
|
||||
chown -R murmur:murmur ${LOGDIR} ${DBDIR} ${RUNDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user