summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-26 06:02:28 +0000
committerMatt Wilson <msw@redhat.com>2001-01-26 06:02:28 +0000
commit05c6a7c6c61d03e689623ee66462246cf3052f13 (patch)
tree9510dac7e4359a2c7b146deb9005d35dddeec7bc /todo.py
parent58334a470ecd9c0db7827013107f92cbd6cb17ea (diff)
downloadanaconda-05c6a7c6c61d03e689623ee66462246cf3052f13.tar.gz
anaconda-05c6a7c6c61d03e689623ee66462246cf3052f13.tar.xz
anaconda-05c6a7c6c61d03e689623ee66462246cf3052f13.zip
argh\! use instpath
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 f99613146..78bc88998 100644
--- a/todo.py
+++ b/todo.py
@@ -1984,7 +1984,7 @@ class ToDo:
# XXX - rpm 4.0.2 %post braindeadness support
try:
- os.unlink ("/etc/rpm/macros.db1")
+ os.unlink (self.instPath + "/etc/rpm/macros.db1")
except OSError:
pass