Make the score directory group writable.
This commit is contained in:
parent
6191a0f6a8
commit
c4428ccb69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29418
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ post-install:
|
|||
@${CHOWN} root:games ${PREFIX}/bin/jetpack
|
||||
@${CHMOD} g+s,u-s ${PREFIX}/bin/jetpack
|
||||
@${CHOWN} root:games ${PREFIX}/lib/X11/jetpack
|
||||
@${CHMOD} g+w ${PREFIX}/lib/X11/jetpack
|
||||
@${CHMOD} go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue