Rename binary installation path define
[lttng-tools.git] / lttng / lttng.c
index f568933650407693be890e636843effa77af0299..3e5f1b187f238049bc8c81a01fafbd161083888f 100644 (file)
@@ -336,7 +336,7 @@ static int check_sessiond(void)
 
                /* Let's rock and roll */
                if (pathname == NULL) {
-                       ret = asprintf(&alloc_pathname, INSTALL_PATH "/ltt-sessiond");
+                       ret = asprintf(&alloc_pathname, INSTALL_BIN_PATH "/ltt-sessiond");
                        if (ret < 0) {
                                perror("asprintf spawn sessiond");
                                goto end;
This page took 0.023329 seconds and 4 git commands to generate.