1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Beforeinstall logfile to prevent it owned by first user who run the game

This commit is contained in:
Andrey A. Chernov 1997-09-24 04:35:22 +00:00
parent c263face7b
commit 94aa3308a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29766

View File

@ -9,4 +9,8 @@ DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -lcurses -ltermcap -lcompat
HIDEGAME=hidegame
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/games/saillog
.include <bsd.prog.mk>