Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: x-modular.eclass
Date: Mon, 25 Aug 2008 17:10:39
Message-Id: E1KXfaP-0000lp-0W@stork.gentoo.org
1 dberkholz 08/08/25 17:10:37
2
3 Modified: x-modular.eclass
4 Log:
5 (#235629) Die if build succeeds but install fails.
6
7 Revision Changes Path
8 1.102 eclass/x-modular.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?rev=1.102&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?rev=1.102&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?r1=1.101&r2=1.102
13
14 Index: x-modular.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v
17 retrieving revision 1.101
18 retrieving revision 1.102
19 diff -u -r1.101 -r1.102
20 --- x-modular.eclass 13 Jun 2008 16:40:21 -0000 1.101
21 +++ x-modular.eclass 25 Aug 2008 17:10:36 -0000 1.102
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2005 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.101 2008/06/13 16:40:21 dberkholz Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.102 2008/08/25 17:10:36 dberkholz Exp $
27 #
28 # @ECLASS: x-modular.eclass
29 # @MAINTAINER:
30 @@ -395,7 +395,8 @@
31 # Install everything to ${XDIR}
32 make \
33 DESTDIR="${D}" \
34 - install
35 + install \
36 + || die
37 # Shouldn't be necessary in XDIR=/usr
38 # einstall forces datadir, so we need to re-force it
39 # datadir=${XDIR}/share \