Subject: Re: gnome2-games install problem
To: Ari Lukkarinen <arska@lukkarinen.org>
From: Chris Pinnock <cjep@fawlty.net>
List: tech-pkg
Date: 09/06/2003 17:01:31
--pf9I7BMVVzbSWLtt
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sat, Sep 06, 2003 at 04:21:14PM +0100, Chris Pinnock wrote:
> What version of INSTALL do you have in gnome2-games? It was updated on
> 30th August. You could try updating with "cvs update -dP" and
> rebuilding.

The INSTALL file is broken. Here is a patch which should fix it (I've
committed it to pkgsrc, if you just want to update.)

Regards,
Chris

--pf9I7BMVVzbSWLtt
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=pp

Index: INSTALL
===================================================================
RCS file: /cvsroot/pkgsrc/games/gnome2-games/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- INSTALL	2003/08/30 20:22:53	1.3
+++ INSTALL	2003/09/06 15:57:56	1.4
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.3 2003/08/30 20:22:53 jlam Exp $
+# $NetBSD: INSTALL,v 1.4 2003/09/06 15:57:56 cjep Exp $
 
 case ${STAGE} in
 POST-INSTALL)
@@ -44,7 +44,7 @@
 	iagno.w3.scores
 	mahjongg.{easy,difficult}.scores
 	same-gnome.scores
-	.
+.
 	(while read FILE
 	 do
 		if [ ! -f $FILE ]

--pf9I7BMVVzbSWLtt--