This is the mail archive of the xconq7@sourceware.cygnus.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 7.1.95 instant comments



   From: Massimo Campostrini <campo@mailbox.difi.unipi.it>
   Date: 07 Apr 1998 09:27:30 +0200

   xconq games end by printing on stdout "No scores available."  This can
   be confusing to newbies.  If scoring is not implemented by 7.2, remove
   the message.

Try this (untested) patch:

diff -u Local.config~ Local.config
--- Local.config~       Tue Mar 31 06:52:58 1998
+++ Local.config        Tue Apr  7 19:55:07 1998
@@ -17,6 +17,7 @@
 
 GAMELIBDIR = $(DATADIR)/lib
 XC_X11LIBDIR = $(DATADIR)/lib-x11
+SCORESDIR = $(DATADIR)/scores
 
 XCOMM where will the documentation go?
 INFODIR = /usr/info

diff -u lib/Imakefile~ lib/Imakefile
--- lib/Imakefile~      Tue Mar 31 06:59:04 1998
+++ lib/Imakefile       Tue Apr  7 19:57:17 1998
@@ -19,5 +19,9 @@
        chgrp $(GAMEGRP) $(GAMELIBDIR) $(GAMELIBDIR)/STAR
        chmod $(DIRPERM) $(GAMELIBDIR)
        chmod $(FILEPERM) $(GAMELIBDIR)/STAR
+       $(MKDIRHIER) $(SCORESDIR)
+       chown $(GAMEUID) $(SCORESDIR)
+       chgrp $(GAMEGRP) $(SCORESDIR)
+       chmod $(DIRPERM) $(SCORESDIR)
 
 clean::


							Stan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]