Install empty rogue.scores file to prevent it owned by
first user who run rogue
This commit is contained in:
parent
79858acfa5
commit
54779e613a
@ -10,4 +10,8 @@ LDADD= -lcurses -ltermcap -lcompat
|
||||
HIDEGAME=hidegame
|
||||
MAN6= rogue.6
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
|
||||
${DESTDIR}/var/games/rogue.scores
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user