X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=common%2Fcommon.c;h=f2fd0b82d62f8ca859a0dbd6c34e46ae8633ae48;hb=68b66a256a54d32992dfefeaad11eea88b7df234;hp=89f63d70c387956580c1581ed25a71a4bcb522d9;hpb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;p=babeltrace.git diff --git a/common/common.c b/common/common.c index 89f63d70..f2fd0b82 100644 --- a/common/common.c +++ b/common/common.c @@ -47,9 +47,9 @@ #include #endif -#define SYSTEM_PLUGIN_PATH INSTALL_LIBDIR "/babeltrace/plugins" +#define SYSTEM_PLUGIN_PATH INSTALL_LIBDIR "/babeltrace2/plugins" #define HOME_ENV_VAR "HOME" -#define HOME_PLUGIN_SUBPATH "/.local/lib/babeltrace/plugins" +#define HOME_PLUGIN_SUBPATH "/.local/lib/babeltrace2/plugins" static const char *bt_common_color_code_reset = ""; static const char *bt_common_color_code_bold = "";