From 2734f30b1e97f30cce79e825990c5825348e0189 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 8 Dec 2011 22:05:04 +0100 Subject: [PATCH] make.globals: add CONFIGURE_EPREFIX var CONFIGURE_EPREFIX holds the value of the --eprefix argument of the configure call. While this variable is not used by Prefix Portage itself, it allows others (tools, package managers) to determine the EPREFIX value without having to call the Python code. --- cnf/make.globals | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cnf/make.globals b/cnf/make.globals index 1efc545c0..a413f6f7f 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -127,6 +127,10 @@ DEFAULT_PATH="@DEFAULT_PATH@" # Any extra PATHs to add to the ebuild environment's PATH (if any) EXTRA_PATH="@EXTRA_PATH@" +# The offset prefix this Portage was configured with (not used by +# Portage itself) +CONFIGURE_EPREFIX=@PORTAGE_EPREFIX@ + # Mode bits for ${WORKDIR} (see ebuild.5). PORTAGE_WORKDIR_MODE="0700" -- 2.26.2