summaryrefslogtreecommitdiffstats
path: root/plugins/plugin_rpm_lowlevel
diff options
context:
space:
mode:
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