summaryrefslogtreecommitdiffstats
path: root/src/ck-manager.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-04-18 16:11:59 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2008-04-18 16:11:59 -0400
commit3c8db75b2ffdba1627a7030a4b57ce7ee8e474f2 (patch)
tree7c45bb10e7c25accf9e8a8cbe066ca7c7ea5499d /src/ck-manager.c
parentf2bcc2a62015f6762eb426c25b7350ddf828bb0c (diff)
install scripts into $(prefix)/lib instead of $libdir
We don't want scripts going into lib64...
Diffstat (limited to 'src/ck-manager.c')
-rw-r--r--src/ck-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ck-manager.c b/src/ck-manager.c
index 0e4a7c9..c491e14 100644
--- a/src/ck-manager.c
+++ b/src/ck-manager.c
@@ -1358,7 +1358,7 @@ ck_manager_restart (CkManager *manager,
log_system_restart_event (manager);
error = NULL;
- res = g_spawn_command_line_async (LIBDIR "/ConsoleKit/scripts/ck-system-restart",
+ res = g_spawn_command_line_async (PREFIX "/lib/ConsoleKit/scripts/ck-system-restart",
&error);
if (! res) {
GError *new_error;
@@ -1416,7 +1416,7 @@ ck_manager_stop (CkManager *manager,
log_system_stop_event (manager);
error = NULL;
- res = g_spawn_command_line_async (LIBDIR "/ConsoleKit/scripts/ck-system-stop",
+ res = g_spawn_command_line_async (PREFIX "/lib/ConsoleKit/scripts/ck-system-stop",
&error);
if (! res) {
GError *new_error;