commit | c4693c4ab40be7e76cb64b87bd5c6d235cb02431 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Nov 14 14:57:17 2011 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Nov 14 14:57:17 2011 -0500 |
tree | 39ea5b08bd5f67984847cf2d851fc49641bd5768 | |
parent | d82640447206f7771bf46c1a3c2bada03270d2ea [diff] [blame] |
Install desktop-shell in $prefix/libexec
diff --git a/compositor/shell.c b/compositor/shell.c index c44ebca..1936235 100644 --- a/compositor/shell.c +++ b/compositor/shell.c
@@ -963,7 +963,7 @@ static int launch_desktop_shell_process(struct wl_shell *shell) { - const char *shell_exe = "./clients/desktop-shell"; + const char *shell_exe = LIBEXECDIR "/wayland-desktop-shell"; struct wlsc_compositor *compositor = shell->compositor; char s[32]; int sv[2], flags;