Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:prefix commit in: cnf/
Date: Sat, 31 Dec 2011 16:45:29
Message-Id: 435e9c72e3e6f5f3596e75524c6f6892bb5e7ada.grobian@gentoo
1 commit: 435e9c72e3e6f5f3596e75524c6f6892bb5e7ada
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 16:44:52 2011 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 16:44:52 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=435e9c72
7
8 make.globals: add missing quotes for CONFIGURE_EPREFIX, bug #396577
9
10 ---
11 cnf/make.globals | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/cnf/make.globals b/cnf/make.globals
15 index 5a2c612..194608d 100644
16 --- a/cnf/make.globals
17 +++ b/cnf/make.globals
18 @@ -132,7 +132,7 @@ EXTRA_PATH="@EXTRA_PATH@"
19
20 # The offset prefix this Portage was configured with (not used by
21 # Portage itself)
22 -CONFIGURE_EPREFIX=@PORTAGE_EPREFIX@
23 +CONFIGURE_EPREFIX="@PORTAGE_EPREFIX@"
24
25 # Mode bits for ${WORKDIR} (see ebuild.5).
26 PORTAGE_WORKDIR_MODE="0700"