Gentoo Archives: gentoo-commits

From: "Markus Duft (mduft)" <mduft@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/prefix-chain-setup/files: prefix-chain-setup.in
Date: Fri, 29 Oct 2010 09:59:35
Message-Id: 20101029095931.E40DA20051@flycatcher.gentoo.org
1 mduft 10/10/29 09:59:31
2
3 Modified: prefix-chain-setup.in
4 Log:
5 updated from private overlay; revbump
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 app-portage/prefix-chain-setup/files/prefix-chain-setup.in
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/prefix-chain-setup/files/prefix-chain-setup.in?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/prefix-chain-setup/files/prefix-chain-setup.in?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/prefix-chain-setup/files/prefix-chain-setup.in?r1=1.1&r2=1.2
14
15 Index: prefix-chain-setup.in
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-portage/prefix-chain-setup/files/prefix-chain-setup.in,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- prefix-chain-setup.in 13 Jul 2010 09:42:42 -0000 1.1
22 +++ prefix-chain-setup.in 29 Oct 2010 09:59:31 -0000 1.2
23 @@ -111,7 +111,8 @@
24 echo "READONLY_EPREFIX=\"${PARENT_EPREFIX}:DEPEND\""
25
26 if test "${DO_SOURCES}" == "yes"; then
27 - egrep "^source .*" "${PARENT_EPREFIX}/etc/make.conf" 2>/dev/null
28 + # don't fail if nothing found
29 + egrep "^source .*" "${PARENT_EPREFIX}/etc/make.conf" 2>/dev/null || true
30 fi
31 ) > "${CHILD_EPREFIX}"/etc/make.conf
32 eend_exit $?
33 @@ -140,7 +141,7 @@
34 ebegin "installing required basic packages"
35 (
36 # this -pv is there to avoid the global update output, which is
37 - # there on the first emerge run.
38 + # there on the first emerge run. (thus, just cosmetics).
39 EPREFIX="${CHILD_EPREFIX}" emerge -p1qO baselayout > /dev/null 2>&1
40
41 EPREFIX="${CHILD_EPREFIX}" emerge -1qO baselayout prefix-chain-utils