summaryrefslogtreecommitdiffstats
path: root/gurpmi
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi')
-rwxr-xr-xgurpmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gurpmi b/gurpmi
index fd07c35f..010e67c6 100755
--- a/gurpmi
+++ b/gurpmi
@@ -60,9 +60,9 @@ foreach (@all_rpms) {
}
sub proceed() {
- #- we need to switch to root if we're not already (via consolehelper)
+ #- we need to switch to root if we're not already (via polkit)
#- yes. hardcoded paths. safe.
- exec $> ? '/usr/bin/gurpmi2' : '/usr/sbin/gurpmi2', @ARGV;
+ exec $> ? '/usr/bin/gurpmi2' : '/usr/libexec/gurpmi2', @ARGV;
}
#- Ask question: save or install ?