aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-21 20:22:18 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-21 20:22:18 -0800
commite1c6bba8c26525cca498894237c6421f86c98dfb (patch)
tree9432b93f71f91f0f22a48b5ad40027fd0c6a291d /cnf/make.globals
parentfilter_readonly_variables: preserve binpkg vars (diff)
downloadportage-e1c6bba8c26525cca498894237c6421f86c98dfb.tar.gz
portage-e1c6bba8c26525cca498894237c6421f86c98dfb.tar.bz2
portage-e1c6bba8c26525cca498894237c6421f86c98dfb.zip
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).
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
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