From 4119d0a46544b6531c945f1e50638b5a60b57fb4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 20 Jul 2006 09:17:29 +0000 Subject: Remove redundant initialization of directories for cloned config instances. svn path=/main/trunk/; revision=3970 --- pym/portage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym') 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).""" -- cgit v1.2.3-1-g7c22