mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Use user:group instead in call to chown.
This commit is contained in:
parent
99f87129ce
commit
b3b9395d72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45481
@ -19,7 +19,7 @@ do-install:
|
||||
${CP} -Rp ${WRKDIR}/opt/fsgs ${PREFIX}/fsgs
|
||||
${CP} ${WRKDIR}/release/fsgs ${PREFIX}/fsgs/fsgs
|
||||
${CP} ${WRKDIR}/release/fsgs_static ${PREFIX}/fsgs/fsgs_static
|
||||
${CHOWN} -R games.games ${PREFIX}/fsgs
|
||||
${CHOWN} -R games:games ${PREFIX}/fsgs
|
||||
${CHMOD} 4711 ${PREFIX}/fsgs/fsgs ${PREFIX}/fsgs/fsgs_static
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/fsgs.sh ${PREFIX}/etc/rc.d/fsgs.sh
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
Loading…
Reference in New Issue
Block a user