Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grss:master commit in: grs/
Date: Tue, 07 Jul 2015 12:33:52
Message-Id: 1436272569.06eac3195f7ac2a2e2c570ac0ff6401f0074488d.blueness@gentoo
1 commit: 06eac3195f7ac2a2e2c570ac0ff6401f0074488d
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 7 12:36:09 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 7 12:36:09 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=06eac319
7
8 grs/PivotChroot.py: fix typo.
9
10 grs/PivotChroot.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/grs/PivotChroot.py b/grs/PivotChroot.py
14 index 3392559..0e2f26a 100644
15 --- a/grs/PivotChroot.py
16 +++ b/grs/PivotChroot.py
17 @@ -51,7 +51,7 @@ class PivotChroot():
18 if os.path.isdir(self.portage_configroot):
19 shutil.move(self.portage_configroot, '%s.0' % self.portage_configroot)
20
21 - inner_chroot = os.path.join(self.portage_configroot, subdir)
22 + inner_chroot = os.path.join(self.portage_configroot, subchroot)
23 shutil.move(inner_chroot, os.path.join(self.tmpdir, 'system'))
24
25 if all_mounted: