From: etheisen Date: Fri, 3 Jan 1997 03:03:59 +0000 (+0000) Subject: root NOT games. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6c12f5fb1afbc375be710c1bb0348ba26961e5f1;p=openbsd root NOT games. --- 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 diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index f369f415fa9..cb79d39a171 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1996/10/12 21:27:50 niklas Exp $ +# $OpenBSD: Makefile,v 1.6 1997/01/03 03:04:00 etheisen Exp $ # $NetBSD: Makefile,v 1.4 1995/03/24 03:58:22 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 @@ -24,7 +24,7 @@ setup: phantglobs.o.bld setup.o monsters.asc ${LIBM} beforeinstall: ./setup -m ${.CURDIR}/monsters.asc - chown games.bin ${DESTDIR}/var/games/phantasia/* + chown root.bin ${DESTDIR}/var/games/phantasia/* # Make Phantasia map. Change the map commands reflect your installation. # PLOTDEVICE is used for plotting the map. Change as appropriate.