Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:prefix commit in: bin/
Date: Sun, 31 Mar 2013 10:03:40
Message-Id: 1364724199.0818dd274d543736c77ba6508586fe56d2aa7acc.grobian@gentoo
1 commit: 0818dd274d543736c77ba6508586fe56d2aa7acc
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 10:03:19 2013 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 10:03:19 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0818dd27
7
8 isolated-functions.sh: fix path for Prefix, bug #460382
9
10 ---
11 bin/isolated-functions.sh | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
15 index c71953c..1d399b6 100644
16 --- a/bin/isolated-functions.sh
17 +++ b/bin/isolated-functions.sh
18 @@ -2,7 +2,7 @@
19 # Copyright 1999-2012 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}/eapi.sh"
23 +source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}/eapi.sh"
24
25 # We need this next line for "die" and "assert". It expands
26 # It _must_ preceed all the calls to die and assert.