summaryrefslogtreecommitdiffstats
path: root/pym/portage/const.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-19 19:56:41 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-19 19:56:41 -0700
commit0b80286311ccc4fbbe9e13015541867f7235a3c9 (patch)
tree507404c4533e9fc842426860177111ee812b5863 /pym/portage/const.py
parentc4a5a11080868abae6864e8fe6ab0ba2340ed51c (diff)
downloadportage-0b80286311ccc4fbbe9e13015541867f7235a3c9.tar.gz
portage-0b80286311ccc4fbbe9e13015541867f7235a3c9.tar.bz2
portage-0b80286311ccc4fbbe9e13015541867f7235a3c9.zip
MAKE_CONF_FILE: refer to /etc/portage/make.conf
This is, or will soon soon be the default location of make.conf in stages: http://sources.gentoo.org/gitweb/?p=proj/gentoo-news.git;a=blob_plain;f=2012/2012-09-09-make.conf-and-make.profile-move/2012-09-09-make.conf-and-make.profile-move.en.txt This update is consistent with the PROFILE_PATH update in commit 96b053ac52fa37fdd61cbb76cb44dfb90fb49f86.
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 1ebfdc8ef..fe283f486 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -27,8 +27,8 @@ import os
# The variables in this file are grouped by config_root, target_root.
# variables used with config_root (these need to be relative)
-MAKE_CONF_FILE = "etc/make.conf"
USER_CONFIG_PATH = "etc/portage"
+MAKE_CONF_FILE = USER_CONFIG_PATH + "/make.conf"
MODULES_FILE_PATH = USER_CONFIG_PATH + "/modules"
CUSTOM_PROFILE_PATH = USER_CONFIG_PATH + "/profile"
USER_VIRTUALS_FILE = USER_CONFIG_PATH + "/virtuals"