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. --- phantasia/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phantasia') 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