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 295f220668
commit 5848451eba

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>