From e1c6bba8c26525cca498894237c6421f86c98dfb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 21 Dec 2011 20:22:18 -0800 Subject: 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). --- cnf/make.globals | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cnf') 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 -- cgit v1.2.3-1-g7c22