summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/_emerge/Binpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/Binpkg.py b/pym/_emerge/Binpkg.py
index aadd625bf..7fc11ea59 100644
--- 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")