mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Beforeinstall scorefile to prevent it owned by first user who
run the game
This commit is contained in:
parent
23f2af1c5c
commit
c263face7b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29765
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user