From e7b91c659f1594d84cb300fbea0c928ccc3728a7 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Wed, 1 Mar 2000 21:34:48 +0000 Subject: oops - wrong path --- todo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'todo.py') diff --git a/todo.py b/todo.py index f319ac912..9bd2ce02b 100644 --- a/todo.py +++ b/todo.py @@ -1045,7 +1045,7 @@ class ToDo: for version in kernelVersions: iutil.execWithRedirect ("/sbin/depmod", [ "/sbin/depmod", "-a", version ], - root = scriptRoot) + root = self.instPath) def writeConfiguration(self): self.writeLanguage () -- cgit