Beforeinstall scorefile to prevent it owned by first who run the game
This commit is contained in:
parent
88bcce4b07
commit
3cb287c630
@ -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