projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8e3c2
)
Remove redundant initialization of directories for cloned config instances.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 20 Jul 2006 09:17:29 +0000
(09:17 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 20 Jul 2006 09:17:29 +0000
(09:17 -0000)
svn path=/main/trunk/; revision=3970
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index f5c20b84047dacf4347b2eb9e2932e923d069115..e3eed28ab6a10f74bd2cdd77769cc220980f3c5b 100644
(file)
--- 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)."""