Beforeinstall scorefile to prevent it owned by first user who

run the game
This commit is contained in:
ache 1997-09-24 04:00:29 +00:00
parent 9721b2de03
commit d41c14dad8

View File

@ -10,5 +10,7 @@ HIDEGAME=hidegame
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.CURDIR}/cribbage.n ${DESTDIR}${SHAREDIR}/games/cribbage.instr
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/games/criblog
.include <bsd.prog.mk>