From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F8DF138D0D for ; Tue, 7 Jul 2015 12:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84D4F140A1; Tue, 7 Jul 2015 12:33:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D15E140A1 for ; Tue, 7 Jul 2015 12:33:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2ED9340DCC for ; Tue, 7 Jul 2015 12:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6662474A for ; Tue, 7 Jul 2015 12:33:41 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1436272569.06eac3195f7ac2a2e2c570ac0ff6401f0074488d.blueness@gentoo> Subject: [gentoo-commits] proj/grss:master commit in: grs/ X-VCS-Repository: proj/grss X-VCS-Files: grs/PivotChroot.py X-VCS-Directories: grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 06eac3195f7ac2a2e2c570ac0ff6401f0074488d X-VCS-Branch: master Date: Tue, 7 Jul 2015 12:33:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 44ecbfa4-f758-4514-b400-6c2af3eada7f X-Archives-Hash: 59e8d77e69f31f5722e69c82842e3aec commit: 06eac3195f7ac2a2e2c570ac0ff6401f0074488d Author: Anthony G. Basile gentoo org> AuthorDate: Tue Jul 7 12:36:09 2015 +0000 Commit: Anthony G. Basile gentoo 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: