summaryrefslogtreecommitdiff
path: root/src/procman_pkexec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/procman_pkexec.cpp')
-rw-r--r--src/procman_pkexec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/procman_pkexec.cpp b/src/procman_pkexec.cpp
index f67be6a..db83891 100644
--- a/src/procman_pkexec.cpp
+++ b/src/procman_pkexec.cpp
@@ -10,7 +10,7 @@ procman_pkexec_create_root_password_dialog (const char *command)
GError *error = NULL;
command_line = g_strdup_printf ("pkexec --disable-internal-agent %s/msm-%s",
- LIBEXEC_DIR, command);
+ PKGLIBEXECDIR, command);
success = g_spawn_command_line_sync (command_line, NULL, NULL, NULL, &error);
g_free (command_line);