pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/gnome2-games Do not change the current directory...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb25fa9b5107
branches:  trunk
changeset: 466810:eb25fa9b5107
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Jan 23 16:09:37 2004 +0000

description:
Do not change the current directory in the INSTALL script.  This avoids
errors shown during all subsequent actions (specially when the script tries
to execute itself with the VIEW-INSTALL target).  Bump PKGREVISION to 1.

diffstat:

 games/gnome2-games/INSTALL  |  5 ++---
 games/gnome2-games/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r b6c110a4293c -r eb25fa9b5107 games/gnome2-games/INSTALL
--- a/games/gnome2-games/INSTALL        Fri Jan 23 15:47:17 2004 +0000
+++ b/games/gnome2-games/INSTALL        Fri Jan 23 16:09:37 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: INSTALL,v 1.4 2003/09/06 15:57:56 cjep Exp $
+# $NetBSD: INSTALL,v 1.5 2004/01/23 16:09:37 jmmv Exp $
 
 case ${STAGE} in
 POST-INSTALL)
-       cd /var/games
        cat <<. |
        glines.scores
        gnibbles.1.0.scores
@@ -49,7 +48,7 @@
         do
                if [ ! -f $FILE ]
                then
-                       @INSTALL@ -c -o games -g games -m 664 /dev/null $FILE
+                       @INSTALL@ -c -o games -g games -m 664 /dev/null /var/games/$FILE
                fi
         done)
        ;;
diff -r b6c110a4293c -r eb25fa9b5107 games/gnome2-games/Makefile
--- a/games/gnome2-games/Makefile       Fri Jan 23 15:47:17 2004 +0000
+++ b/games/gnome2-games/Makefile       Fri Jan 23 16:09:37 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2004/01/10 05:18:25 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/23 16:09:37 jmmv Exp $
 
 DISTNAME=              gnome-games-2.4.1.1
+PKGREVISION=           1
 CATEGORIES=            games gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-games/2.4/}
 EXTRACT_SUFX=          .tar.bz2



Home | Main Index | Thread Index | Old Index