summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage.py b/pym/portage.py
index f5c20b840..e3eed28ab 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1256,11 +1256,11 @@ class config:
self["FEATURES"] = " ".join(self.features)
self.backup_changes("FEATURES")
+ self._init_dirs()
+
if mycpv:
self.setcpv(mycpv)
- self._init_dirs()
-
def _init_dirs(self):
"""Create tmp, var/tmp and var/lib/portage (relative to $ROOT)."""