Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] prefix chaining
Date: Thu, 26 Mar 2009 08:32:10
Message-Id: 20090326083202.GC15265@gentoo.org
In Reply to: Re: [gentoo-alt] prefix chaining by Markus Duft
1 On 26-03-2009 08:49:10 +0100, Markus Duft wrote:
2 > i attached a complete diff (without manifests) FYI, if you like to
3 > glance over it again - or just the parts you haven't seen.
4
5 ++_ro_root=$(. "@GENTOO_PORTAGE_EPREFIX@"/etc/make.conf && echo
6 $READONLY_EPREFI
7 X)
8 ++_ro_deps=${_ro_root#*:}
9 ++_ro_root=${_ro_root%:*}
10 ++if [ -f "${_ro_root}"/etc/profile ]; then
11 ++ . "${_ro_root}"/etc/profile
12 ++fi
13
14 If I don't have READONLY_PREFIX set, it will look for /etc/profile,
15 which I don't want to be sourced on my solaris/darwin/fedora/gentoo system.
16
17 This check needs to see if it was set or not.
18
19 And please make the portage patch conditional. It's too scary for me
20 right now to have this applied on everyone.
21
22
23 --
24 Fabian Groffen
25 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] prefix chaining Markus Duft <mduft@g.o>