summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-03-01 21:34:48 +0000
committerMatt Wilson <msw@redhat.com>2000-03-01 21:34:48 +0000
commite7b91c659f1594d84cb300fbea0c928ccc3728a7 (patch)
tree16c3e370d452e621763a85216fb8b0d460699f53 /todo.py
parentfe82af1f5a747d9b2a8ebb606d71455e45dfd355 (diff)
downloadanaconda-e7b91c659f1594d84cb300fbea0c928ccc3728a7.tar.gz
anaconda-e7b91c659f1594d84cb300fbea0c928ccc3728a7.tar.xz
anaconda-e7b91c659f1594d84cb300fbea0c928ccc3728a7.zip
oops - wrong path
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
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 ()