Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_install-v1.eblit
Date: Mon, 09 Aug 2010 10:27:56
Message-Id: 20100809102753.B3C572CE15@corvid.gentoo.org
1 mabi 10/08/09 10:27:53
2
3 Modified: src_install-v1.eblit
4 Log:
5 bug #331735
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 dev-lang/php/files/eblits/src_install-v1.eblit
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit?r1=1.7&r2=1.8
14
15 Index: src_install-v1.eblit
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- src_install-v1.eblit 8 Aug 2010 20:32:22 -0000 1.7
22 +++ src_install-v1.eblit 9 Aug 2010 10:27:53 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit,v 1.7 2010/08/08 20:32:22 mabi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit,v 1.8 2010/08/09 10:27:53 mabi Exp $
28
29 eblit-php-src_install() {
30 # see bug #324739 for what happens when we don't have that
31 @@ -44,6 +44,7 @@
32 for sapi in ${SAPIS}; do
33 if use "${sapi}" ; then
34 einfo "Installing SAPI: ${sapi}"
35 + cd "${WORKDIR}/sapis-build/${sapi}"
36 # needed each time, php_install_ini would reset it
37 into "${PHP_DESTDIR}"
38 file=$(find "${SAPI_DIR}/${sapi}/" -type f | head -n 1)