From 635114313b13d7a0123a9ea6839a45be710b641c Mon Sep 17 00:00:00 2001 From: garbled Date: Sun, 13 Sep 1998 23:38:52 +0000 Subject: Rethink of scorefile installation.. use cat not install.. --- games/cbzone/patches/patch-aa | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/cbzone/patches/patch-aa b/games/cbzone/patches/patch-aa index 92f739fc723..29df14d2d0b 100644 --- a/games/cbzone/patches/patch-aa +++ b/games/cbzone/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.3 1998/09/13 20:39:44 garbled Exp $ +$NetBSD: patch-aa,v 1.4 1998/09/13 23:38:52 garbled Exp $ --- Imakefile.orig Sun Aug 1 22:45:08 1993 -+++ Imakefile Sun Sep 13 13:25:43 1998 ++++ Imakefile Sun Sep 13 16:26:17 1998 @@ -32,9 +32,9 @@ ETCS = cbzone.help \ @@ -45,12 +45,12 @@ $NetBSD: patch-aa,v 1.3 1998/09/13 20:39:44 garbled Exp $ InstallNonExec(cbzone.help,$(TANK_LIBDIR)) InstallNonExec(cbzone.motd,$(TANK_LIBDIR)) -InstallNonExec(cbzone.highscores,$(TANK_LIBDIR)) -+InstallNonExec(cbzone.highscores,/var/games) InstallNamedNonExec(Cbzone.ad,Cbzone,$(TANK_APPDIR)) InstallMultiple($(SOUNDS),$(TANK_SOUNDDIR)) install:: - @if chgrp games $(TANK_BINDIR)/cbzone.exec $(TANK_LIBDIR)/cbzone.highscores 2>/dev/null ; then \ ++ cat /dev/null >>/var/games/cbzone.highscores + @if chgrp games $(TANK_BINDIR)/cbzone.exec /var/games/cbzone.highscores 2>/dev/null ; then \ (set -x ; chmod 2755 $(TANK_BINDIR)/cbzone.exec ) ; \ - (set -x ; chmod 664 $(TANK_LIBDIR)/cbzone.highscores ) ; \ -- cgit v1.2.3