From: Zac Medico Date: Thu, 22 Dec 2011 04:22:18 +0000 (-0800) Subject: make.globals: don't define PORTDIR with EPREFIX X-Git-Tag: v2.2.0_alpha82~14 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e1c6bba8c26525cca498894237c6421f86c98dfb;p=portage.git make.globals: don't define PORTDIR with EPREFIX We want make.globals defaults to evaluate the same, regardless of the current prefix that we're using it for (bug #395633). --- diff --git a/cnf/make.globals b/cnf/make.globals index cd06fdcea..857858548 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -30,7 +30,7 @@ ACCEPT_LICENSE="* -@EULA" ACCEPT_PROPERTIES="*" # Repository Paths -PORTDIR=${EPREFIX}/usr/portage +PORTDIR=/usr/portage DISTDIR=${PORTDIR}/distfiles PKGDIR=${PORTDIR}/packages RPMDIR=${PORTDIR}/rpm