From 92cceb63b01b0fd603369425ca7a7bbf5dfb59ba Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 24 Sep 1997 03:43:30 +0000 Subject: [PATCH] Beforeinstall scorefile to prevent it owned by first who run the game --- games/battlestar/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile index 005e9e93178..96e26bb93d5 100644 --- a/games/battlestar/Makefile +++ b/games/battlestar/Makefile @@ -10,4 +10,8 @@ LDADD= -lcurses -ltermcap -lcompat HIDEGAME=hidegame #CFLAGS+= -Wall -W +beforeinstall: + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${DESTDIR}/var/games/battlestar.log + .include