diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1997-01-03 03:04:01 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1997-01-03 03:04:01 +0000 |
commit | 3b822af581c58377ccf9521163ac93f50448deb1 (patch) | |
tree | 35c5b4441a0b494aa35b367e361794b3df3cc094 /games/hack | |
parent | f9c0227c018544252f9f7db23a49d02c2e47a6c0 (diff) |
root NOT games.
Diffstat (limited to 'games/hack')
-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 f65bfd749e6..f6deec20db1 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1996/12/08 15:36:16 downsj Exp $ +# $OpenBSD: Makefile,v 1.5 1997/01/03 03:03:59 etheisen 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 games -g games -m 600 /dev/null \ + ${INSTALL} ${COPY} -o root -g games -m 600 /dev/null \ ${DESTDIR}/var/games/hackdir/perm - ${INSTALL} ${COPY} -o games -g games -m 600 /dev/null \ + ${INSTALL} ${COPY} -o root -g games -m 600 /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 |