From 4fe1a63ce6ffadff8b945cdf09ffd497b050f11d Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 20 Nov 1997 08:52:16 +0000 Subject: install games files with the correct permissions. --- hack/Makefile | 6 +++--- phantasia/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hack/Makefile b/hack/Makefile index 556fc884..4159352c 100644 --- a/hack/Makefile +++ b/hack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1997/11/20 00:12:35 mrg Exp $ +# $NetBSD: Makefile,v 1.27 1997/11/20 08:52:16 mrg Exp $ # @(#)Makefile 8.2 (Berkeley) 4/27/95 PROG= hack @@ -46,9 +46,9 @@ afterinstall: clobber .endif clobber: - ${INSTALL} -c -o games -g games -m 600 /dev/null \ + ${INSTALL} -c -o games -g games -m 660 /dev/null \ ${DESTDIR}/var/games/hackdir/perm - ${INSTALL} -c -o games -g games -m 600 /dev/null \ + ${INSTALL} -c -o games -g games -m 660 /dev/null \ ${DESTDIR}/var/games/hackdir/record rm -f ${DESTDIR}/var/games/hackdir/bones* diff --git a/phantasia/Makefile b/phantasia/Makefile index 2ab61d51..613db472 100644 --- a/phantasia/Makefile +++ b/phantasia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1997/11/20 00:12:37 mrg Exp $ +# $NetBSD: Makefile,v 1.14 1997/11/20 08:52:18 mrg Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= phantasia @@ -25,7 +25,7 @@ setup.o: ${.CURDIR}/setup.c afterinstall: ./setup -m ${.CURDIR}/monsters.asc - chown games:bin ${DESTDIR}/var/games/phantasia/* + chown games:games ${DESTDIR}/var/games/phantasia/* # Make Phantasia map. Change the map commands reflect your installation. # PLOTDEVICE is used for plotting the map. Change as appropriate. -- cgit v1.2.3