aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-10-09 17:43:26 +0000
committerMarius Mauch <genone@gentoo.org>2007-10-09 17:43:26 +0000
commita6cd59a90b4cd8c567a6cd6f4c36a7483b392ea4 (patch)
treef9651a92402e0cdc7e82d9abde26c91cdd077ede /pym/portage/const.py
parentFix InvalidDependString namespace and initialize USE before (diff)
downloadportage-a6cd59a90b4cd8c567a6cd6f4c36a7483b392ea4.tar.gz
portage-a6cd59a90b4cd8c567a6cd6f4c36a7483b392ea4.tar.bz2
portage-a6cd59a90b4cd8c567a6cd6f4c36a7483b392ea4.zip
Replace hardcoded path with new constant
svn path=/main/trunk/; revision=8016
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 90447540b..5e3f8f407 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -18,6 +18,7 @@ DEPCACHE_PATH = CACHE_PATH+"/dep"
USER_CONFIG_PATH = "/etc/portage"
MODULES_FILE_PATH = USER_CONFIG_PATH+"/modules"
CUSTOM_PROFILE_PATH = USER_CONFIG_PATH+"/profile"
+GLOBAL_CONFIG_PATH = "/usr/share/portage/config"
#PORTAGE_BASE_PATH = "/usr/lib/portage"
PORTAGE_BASE_PATH = os.path.join(os.sep, os.sep.join(__file__.split(os.sep)[:-3]))