From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RNW1o-0005s4-0W for garchives@archives.gentoo.org; Mon, 07 Nov 2011 20:42:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C4EB21C073; Mon, 7 Nov 2011 20:42:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 65B8421C073 for ; Mon, 7 Nov 2011 20:42:39 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D94571B4027 for ; Mon, 7 Nov 2011 20:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4D45380042 for ; Mon, 7 Nov 2011 20:42:38 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <19a890a63ab15603fccba89c69ab939ec16aefb5.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/phase-helpers.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 19a890a63ab15603fccba89c69ab939ec16aefb5 Date: Mon, 7 Nov 2011 20:42:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6cfcd4b5-5a1f-4b86-a7c1-841e9b12e72a X-Archives-Hash: 48108a59818e06f34296467a9cded006 commit: 19a890a63ab15603fccba89c69ab939ec16aefb5 Author: Zac Medico gentoo org> AuthorDate: Mon Nov 7 20:42:28 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Nov 7 20:42:28 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D19a890a6 best/has_version: fix eroot assignment --- bin/phase-helpers.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index 6609dc7..361aa3f 100644 --- a/bin/phase-helpers.sh +++ b/bin/phase-helpers.sh @@ -610,7 +610,7 @@ has_version() { eroot=3D${ROOT} ;; *) - eroot=3D${ROOT%/}${EPREFIX#/}/ + eroot=3D${ROOT%/}${EPREFIX}/ ;; esac if [[ -n $PORTAGE_IPC_DAEMON ]] ; then @@ -644,7 +644,7 @@ best_version() { eroot=3D${ROOT} ;; *) - eroot=3D${ROOT%/}${EPREFIX#/}/ + eroot=3D${ROOT%/}${EPREFIX}/ ;; esac if [[ -n $PORTAGE_IPC_DAEMON ]] ; then