mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Beforeinstall scorefile to prevent it owned by first who run the game
This commit is contained in:
parent
98b6c02f5c
commit
92cceb63b0
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue