make.globals: don't define PORTDIR with EPREFIX
authorZac Medico <zmedico@gentoo.org>
Thu, 22 Dec 2011 04:22:18 +0000 (20:22 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 22 Dec 2011 04:22:18 +0000 (20:22 -0800)
We want make.globals defaults to evaluate the same, regardless of
the current prefix that we're using it for (bug #395633).

cnf/make.globals

index cd06fdcea385e52972a24c66c0e1919d0009a14d..857858548d91d3ec68cdf94b112e1c54cd049867 100644 (file)
@@ -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