summaryrefslogtreecommitdiffstats
path: root/pym/portage/_global_updates.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/_global_updates.py')
-rw-r--r--pym/portage/_global_updates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/_global_updates.py b/pym/portage/_global_updates.py
index ed5141121..b06cab36f 100644
--- a/pym/portage/_global_updates.py
+++ b/pym/portage/_global_updates.py
@@ -49,7 +49,7 @@ def _global_updates(trees, prev_mtimes):
# only populated with local packages here (getbinpkgs=0).
bindb.bintree.populate()
- world_file = os.path.join(root, WORLD_FILE)
+ world_file = os.path.join(mysettings['EROOT'], WORLD_FILE)
world_list = grabfile(world_file)
world_modified = False
world_warnings = set()