commit: 3fad61e67aae16a22139834e105cd4b0a6048717
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 7 12:48:44 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jul 7 12:48:44 2015 +0000
URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=3fad61e6
grs/Interpret.py: fix typo.
grs/Interpret.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grs/Interpret.py b/grs/Interpret.py
index 6cc76b6..9308925 100644
--- a/grs/Interpret.py
+++ b/grs/Interpret.py
@@ -88,7 +88,7 @@ class Interpret(Daemon):
md = MountDirectories(portage_configroot, package, logfile)
po = Populate(nameserver, libdir, workdir, portage_configroot, logfile)
ru = RunScript(libdir, portage_configroot, logfile)
- pc = PivotChroot(tmdpir, portage_configroot, logfile)
+ pc = PivotChroot(tmpdir, portage_configroot, logfile)
ke = Kernel(libdir, portage_configroot, kernelroot, package, logfile)
bi = TarIt(name, portage_configroot, logfile)