summaryrefslogtreecommitdiff
path: root/games/cbzone
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-09-13 23:38:52 +0000
committergarbled <garbled@pkgsrc.org>1998-09-13 23:38:52 +0000
commit635114313b13d7a0123a9ea6839a45be710b641c (patch)
tree9e537c04818ed2a1869380d140374c22e81b2004 /games/cbzone
parent3c5586dd866bd463187d2ba20966bacdd6cf3dd6 (diff)
downloadpkgsrc-635114313b13d7a0123a9ea6839a45be710b641c.tar.gz
Rethink of scorefile installation.. use cat not install..
Diffstat (limited to 'games/cbzone')
-rw-r--r--games/cbzone/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
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 ) ; \