From 45d48d8e7cfa57299d5de3ca241efacc6132b1d3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 2 May 2006 06:11:35 +0000 Subject: fix a typo from the last revision svn path=/main/trunk/; revision=3303 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage.py b/pym/portage.py index b5da44373..765f0d925 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -1851,7 +1851,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks", check_config_instance(mysettings) - custommirrors = grabdict(os.path.join(mysettings["PORTAGE_CONFIG_ROOT"], + custommirrors = grabdict(os.path.join(mysettings["PORTAGE_CONFIGROOT"], CUSTOM_MIRRORS_FILE.lstrip(os.path.sep)), recursive=1) mymirrors=[] -- cgit v1.2.3-1-g7c22