Beforeinstall scorefile to prevent it owned by first user who

run the game
This commit is contained in:
Andrey A. Chernov 1997-09-24 04:00:29 +00:00
parent 23f2af1c5c
commit c263face7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29765

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>