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:46:18
Message-Id: 1436273324.3fad61e67aae16a22139834e105cd4b0a6048717.blueness@gentoo
1 commit: 3fad61e67aae16a22139834e105cd4b0a6048717
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 7 12:48:44 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 7 12:48:44 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=3fad61e6
7
8 grs/Interpret.py: fix typo.
9
10 grs/Interpret.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/grs/Interpret.py b/grs/Interpret.py
14 index 6cc76b6..9308925 100644
15 --- a/grs/Interpret.py
16 +++ b/grs/Interpret.py
17 @@ -88,7 +88,7 @@ class Interpret(Daemon):
18 md = MountDirectories(portage_configroot, package, logfile)
19 po = Populate(nameserver, libdir, workdir, portage_configroot, logfile)
20 ru = RunScript(libdir, portage_configroot, logfile)
21 - pc = PivotChroot(tmdpir, portage_configroot, logfile)
22 + pc = PivotChroot(tmpdir, portage_configroot, logfile)
23 ke = Kernel(libdir, portage_configroot, kernelroot, package, logfile)
24 bi = TarIt(name, portage_configroot, logfile)