diff options
Diffstat (limited to 'gurpmi')
-rwxr-xr-x | gurpmi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ? |