projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee3665
)
make.globals: add missing quotes for CONFIGURE_EPREFIX, bug #396577
author
Fabian Groffen
<grobian@gentoo.org>
Sat, 31 Dec 2011 16:44:52 +0000
(17:44 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Sat, 31 Dec 2011 16:44:52 +0000
(17:44 +0100)
cnf/make.globals
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index 5a2c612fc0bec010d39703abee89bfdef7eafc02..194608d1f7d4089d1f426779ca76528fb3936805 100644
(file)
--- a/
cnf/make.globals
+++ b/
cnf/make.globals
@@
-132,7
+132,7
@@
EXTRA_PATH="@EXTRA_PATH@"
# The offset prefix this Portage was configured with (not used by
# Portage itself)
-CONFIGURE_EPREFIX=
@PORTAGE_EPREFIX@
+CONFIGURE_EPREFIX=
"@PORTAGE_EPREFIX@"
# Mode bits for ${WORKDIR} (see ebuild.5).
PORTAGE_WORKDIR_MODE="0700"