14 lines
544 B
Diff
14 lines
544 B
Diff
|
Index: polkit-0.118/src/polkitagent/polkitagentsession.c
|
||
|
===================================================================
|
||
|
--- polkit-0.118.orig/src/polkitagent/polkitagentsession.c
|
||
|
+++ polkit-0.118/src/polkitagent/polkitagentsession.c
|
||
|
@@ -596,7 +596,7 @@ polkit_agent_session_initiate (PolkitAge
|
||
|
goto error;
|
||
|
}
|
||
|
|
||
|
- helper_argv[0] = PACKAGE_PREFIX "/lib/polkit-1/polkit-agent-helper-1";
|
||
|
+ helper_argv[0] = PACKAGE_PREFIX "/libexec/polkit-1/polkit-agent-helper-1";
|
||
|
helper_argv[1] = passwd->pw_name;
|
||
|
helper_argv[2] = NULL;
|
||
|
|