summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1997-11-20 08:52:16 +0000
committermrg <mrg@NetBSD.org>1997-11-20 08:52:16 +0000
commit4fe1a63ce6ffadff8b945cdf09ffd497b050f11d (patch)
tree822110270a217764a5965b2a02d80bda3966f771
parent8893b883616b2b171a87b60e7d95bcb16292c127 (diff)
downloadbsdgames-darwin-4fe1a63ce6ffadff8b945cdf09ffd497b050f11d.tar.gz
bsdgames-darwin-4fe1a63ce6ffadff8b945cdf09ffd497b050f11d.zip
install games files with the correct permissions.
-rw-r--r--hack/Makefile6
-rw-r--r--phantasia/Makefile4
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.