Fix: use `babeltrace2` instead of `babeltrace` in plugin paths
[babeltrace.git] / common / common.c
index 89f63d70c387956580c1581ed25a71a4bcb522d9..f2fd0b82d62f8ca859a0dbd6c34e46ae8633ae48 100644 (file)
@@ -47,9 +47,9 @@
 #include <pwd.h>
 #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 = "";
This page took 0.023976 seconds and 4 git commands to generate.