Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: games-ggz.eclass
Date: Wed, 26 Mar 2008 14:35:15
Message-Id: E1JeWid-00048N-Lz@stork.gentoo.org
1 nyhm 08/03/26 14:35:11
2
3 Modified: games-ggz.eclass
4 Log:
5 hide stderr when testing ggz-config, bug #214878
6
7 Revision Changes Path
8 1.3 eclass/games-ggz.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-ggz.eclass?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-ggz.eclass?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-ggz.eclass?r1=1.2&r2=1.3
13
14 Index: games-ggz.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/games-ggz.eclass,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- games-ggz.eclass 18 Feb 2008 18:12:16 -0000 1.2
21 +++ games-ggz.eclass 26 Mar 2008 14:35:11 -0000 1.3
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-ggz.eclass,v 1.2 2008/02/18 18:12:16 nyhm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/games-ggz.eclass,v 1.3 2008/03/26 14:35:11 nyhm Exp $
27
28 # For GGZ Gaming Zone packages
29
30 @@ -41,7 +41,7 @@
31 || die "${FUNCNAME} can only be used in pkg_postinst or pkg_postrm"
32
33 # ggz-config needs libggz, so it could be broken
34 - ggz-config -h > /dev/null || return 1
35 + ggz-config -h &> /dev/null || return 1
36
37 local confdir=${ROOT}/etc
38 local moddir=${ROOT}/${GGZ_MODDIR}
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list