Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10245 - main/branches/prefix/bin
Date: Thu, 08 May 2008 19:24:16
Message-Id: E1JuBiv-000408-Ez@stork.gentoo.org
1 Author: grobian
2 Date: 2008-05-08 19:24:12 +0000 (Thu, 08 May 2008)
3 New Revision: 10245
4
5 Modified:
6 main/branches/prefix/bin/dodoc
7 Log:
8 Add missing EPREFIX
9
10 Modified: main/branches/prefix/bin/dodoc
11 ===================================================================
12 --- main/branches/prefix/bin/dodoc 2008-05-08 19:18:20 UTC (rev 10244)
13 +++ main/branches/prefix/bin/dodoc 2008-05-08 19:24:12 UTC (rev 10245)
14 @@ -4,7 +4,7 @@
15 # $Id$
16
17 if [ $# -lt 1 ] ; then
18 - source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
19 + source "${PORTAGE_BIN_PATH:-${EPREFIX}/usr/lib/portage/bin}"/isolated-functions.sh
20 vecho "${0##*/}: at least one argument needed" 1>&2
21 exit 1
22 fi
23
24 --
25 gentoo-commits@l.g.o mailing list