doebuild: export EPREFIX to the environment as is
authorFabian Groffen <grobian@gentoo.org>
Thu, 3 Feb 2011 11:49:49 +0000 (12:49 +0100)
committerFabian Groffen <grobian@gentoo.org>
Thu, 3 Feb 2011 11:49:49 +0000 (12:49 +0100)
commitd556662cf256055b0b5266681fb57ae3f842e212
treea5470db9ff4eca20c87d67e2ee90be8add609c38
parentde976a11529d4810ed382eac7c6cdf963a848934
doebuild: export EPREFIX to the environment as is

Stripping a trailing slash at this point is kind of pointless, since
EPREFIX is used all over the code base without this stripping.  Either
configure, or portage.const_autotool should ensure it doesn't end with a
slash.  Removing slash stripping here, incidently helps people who use
Prefix Portage without an offset, and as hack use '/' as offset there.
pym/portage/package/ebuild/doebuild.py