Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r680 - in trunk: . modules
Date: Mon, 05 Oct 2009 16:57:03
Message-Id: E1Muqrt-0007tn-B1@stork.gentoo.org
1 Author: ulm
2 Date: 2009-10-05 16:57:01 +0000 (Mon, 05 Oct 2009)
3 New Revision: 680
4
5 Modified:
6 trunk/ChangeLog
7 trunk/modules/profile.eselect
8 Log:
9 Use EROOT instead of ROOT, bug 287730.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2009-09-29 11:03:03 UTC (rev 679)
14 +++ trunk/ChangeLog 2009-10-05 16:57:01 UTC (rev 680)
15 @@ -1,3 +1,8 @@
16 +2009-10-05 Ulrich Mueller <ulm@g.o>
17 +
18 + * modules/profile.eselect (do_show): Use EROOT instead of ROOT,
19 + bug 287730.
20 +
21 2009-09-20 Ulrich Mueller <ulm@g.o>
22
23 * configure.ac: Update version to 1.2.3.
24
25 Modified: trunk/modules/profile.eselect
26 ===================================================================
27 --- trunk/modules/profile.eselect 2009-09-29 11:03:03 UTC (rev 679)
28 +++ trunk/modules/profile.eselect 2009-10-05 16:57:01 UTC (rev 680)
29 @@ -83,7 +83,7 @@
30 do_show() {
31 write_list_start "Current make.profile symlink:"
32 if [[ -L ${EROOT}/etc/make.profile ]] ; then
33 - local link=$(canonicalise "${ROOT}/etc/make.profile")
34 + local link=$(canonicalise "${EROOT}/etc/make.profile")
35 local portdir=$(portageq portdir)
36 local profiledir=$(canonicalise "${ROOT}${portdir}/profiles")
37 link=${link##${profiledir}/}