summaryrefslogtreecommitdiffstats
path: root/plugins/plugin_rpm_lowlevel
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2008-03-19 11:44:59 +0100
committerMartin Sivak <msivak@redhat.com>2008-03-19 11:44:59 +0100
commitac8fa5a2fe45c018603a7723d545b4ab2085fe76 (patch)
tree9d8a40a6cf0028fff892db9d9e14e32e46388fa5 /plugins/plugin_rpm_lowlevel
parentc9c2cb4edec91985bbaf58d25fe918b22457a4b3 (diff)
Update patch in the rpm plugins, add fixing sequences
Diffstat (limited to 'plugins/plugin_rpm_lowlevel')
-rw-r--r--plugins/plugin_rpm_lowlevel/issue_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin_rpm_lowlevel/issue_packages.py b/plugins/plugin_rpm_lowlevel/issue_packages.py
index 697412b..533e812 100644
--- a/plugins/plugin_rpm_lowlevel/issue_packages.py
+++ b/plugins/plugin_rpm_lowlevel/issue_packages.py
@@ -50,7 +50,7 @@ class Packages(Issue):
if result is not None:
return result
- rpm = spawnvch(executable = "/usr/bin/rpm", args = ["rpm", "--rebuilddb"], chroot = Config.system.root).wait()
+ rpm = spawnvch(executable = "/bin/rpm", args = ["rpm", "--rebuilddb"], chroot = Config.system.root).wait()
if rpm.returncode==0:
self._fixed = True
return True