projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c0ba94
)
Binpkg: ensure $ED exists after extraction
author
Zac Medico
<zmedico@gentoo.org>
Sat, 10 Dec 2011 03:58:47 +0000
(19:58 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 10 Dec 2011 03:58:47 +0000
(19:58 -0800)
pym/_emerge/Binpkg.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/Binpkg.py
b/pym/_emerge/Binpkg.py
index 49368780c204e4e4560780dcb779a266c8467eb5..b25906918d7b3e7d53cb9d2ced3444a2467451b1 100644
(file)
--- a/
pym/_emerge/Binpkg.py
+++ b/
pym/_emerge/Binpkg.py
@@
-318,6
+318,7
@@
class Binpkg(CompositeTask):
self._build_prefix = ""
if self._build_prefix == self.settings["EPREFIX"]:
+ ensure_dirs(self.settings["ED"])
self._current_task = None
self.returncode = os.EX_OK
self.wait()