projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1499b7
)
Fix a typo in a comment.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 22 Sep 2010 03:07:01 +0000
(20:07 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 22 Sep 2010 03:07:01 +0000
(20:07 -0700)
pym/_emerge/Binpkg.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/Binpkg.py
b/pym/_emerge/Binpkg.py
index aadd625bf2e515a4d94628103ed7025763fb13ff..7fc11ea59c61f82c4ccc6d8e1aa53ea3b6525551 100644
(file)
--- a/
pym/_emerge/Binpkg.py
+++ b/
pym/_emerge/Binpkg.py
@@
-40,7
+40,7
@@
class Binpkg(CompositeTask):
self._verify = not self.opts.pretend
# Use realpath like doebuild_environment() does, since we assert
- # that this
is
path is literally identical to PORTAGE_BUILDDIR.
+ # that this path is literally identical to PORTAGE_BUILDDIR.
dir_path = os.path.join(os.path.realpath(settings["PORTAGE_TMPDIR"]),
"portage", pkg.category, pkg.pf)
self._image_dir = os.path.join(dir_path, "image")