fix a typo from the last revision
authorZac Medico <zmedico@gentoo.org>
Tue, 2 May 2006 06:11:35 +0000 (06:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 May 2006 06:11:35 +0000 (06:11 -0000)
svn path=/main/trunk/; revision=3303

pym/portage.py

index b5da443737bc3ae50480c9cf413a3631648282fe..765f0d925b21f2914ad9952c8a16f390b8bd527d 100644 (file)
@@ -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=[]