mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Beforeinstall scorefile to prevent it owned by first who run the game
This commit is contained in:
parent
98b6c02f5c
commit
92cceb63b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29762
@ -10,4 +10,8 @@ LDADD= -lcurses -ltermcap -lcompat
|
||||
HIDEGAME=hidegame
|
||||
#CFLAGS+= -Wall -W
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
|
||||
${DESTDIR}/var/games/battlestar.log
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user