diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-05-02 06:11:35 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-05-02 06:11:35 +0000 |
commit | 45d48d8e7cfa57299d5de3ca241efacc6132b1d3 (patch) | |
tree | 82a93fd2a2eacdca8a84e5bd434ce89c884ff143 | |
parent | 17e5e2867e7aaf200c798c4706a5fce43fe68a8c (diff) | |
download | portage-45d48d8e7cfa57299d5de3ca241efacc6132b1d3.tar.gz portage-45d48d8e7cfa57299d5de3ca241efacc6132b1d3.tar.bz2 portage-45d48d8e7cfa57299d5de3ca241efacc6132b1d3.zip |
fix a typo from the last revision
svn path=/main/trunk/; revision=3303
-rw-r--r-- | pym/portage.py | 2 |
1 files changed, 1 insertions, 1 deletions
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=[] |