commit:     06eac3195f7ac2a2e2c570ac0ff6401f0074488d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  7 12:36:09 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jul  7 12:36:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grss.git/commit/?id=06eac319

grs/PivotChroot.py: fix typo.

 grs/PivotChroot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grs/PivotChroot.py b/grs/PivotChroot.py
index 3392559..0e2f26a 100644
--- a/grs/PivotChroot.py
+++ b/grs/PivotChroot.py
@@ -51,7 +51,7 @@ class PivotChroot():
         if os.path.isdir(self.portage_configroot):
             shutil.move(self.portage_configroot, '%s.0' % 
self.portage_configroot)
 
-        inner_chroot = os.path.join(self.portage_configroot, subdir)
+        inner_chroot = os.path.join(self.portage_configroot, subchroot)
         shutil.move(inner_chroot, os.path.join(self.tmpdir, 'system'))
 
         if all_mounted:

Reply via email to