Make this setgid games to avoid a world-writable file
This commit is contained in:
parent
58e56e39ce
commit
a4f6f2cd97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31700
@ -21,8 +21,11 @@ USE_IMAKE= yes
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
post-install:
|
||||
@${CHOWN} root:games ${PREFIX}/bin/xemeraldia
|
||||
@${CHMOD} 2755 ${PREFIX}/bin/xemeraldia
|
||||
@${MKDIR} ${PREFIX}/lib/X11/xemeraldia
|
||||
@${TOUCH} ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
|
||||
@${CHMOD} 666 ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
|
||||
@${CHOWN} root:games ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
|
||||
@${CHMOD} 664 ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user