diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-03-28 18:51:48 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-03-28 18:51:48 +0000 |
commit | affd824a0002ce11ef03f3139338d258877be564 (patch) | |
tree | 2016ee6240e47a31e1b698e9307f8dfcc5293a75 | |
parent | b1c107a641dfc410f5b3b8ea8064a85e72d1552d (diff) |
Log and score file needs to be group writeable
-rw-r--r-- | games/hack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index 05be39bb975..bdf0d145f4b 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1997/01/17 07:51:06 millert Exp $ +# $OpenBSD: Makefile,v 1.7 1997/03/28 18:51:47 tholo Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= hack @@ -30,9 +30,9 @@ makedefs: makedefs.c ${HOSTCC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c ${LDADD} beforeinstall: - ${INSTALL} ${COPY} -o root -g games -m 600 /dev/null \ + ${INSTALL} ${COPY} -o root -g games -m 660 /dev/null \ ${DESTDIR}/var/games/hackdir/perm - ${INSTALL} ${COPY} -o root -g games -m 600 /dev/null \ + ${INSTALL} ${COPY} -o root -g games -m 660 /dev/null \ ${DESTDIR}/var/games/hackdir/record ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \ ${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir |