projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae2254
)
make.globals: don't define PORTDIR with EPREFIX
author
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Dec 2011 04:22:18 +0000
(20:22 -0800)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index cd06fdcea385e52972a24c66c0e1919d0009a14d..857858548d91d3ec68cdf94b112e1c54cd049867 100644
(file)
--- 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