From: Peter Bergin <peter@xxxxxxxxxxxxxxxx> README file states that default install path for plugins is '/usr/local/lib/trace-cmd/plugins' but Makefile did specify other location. Signed-off-by: Peter Bergin <peter@xxxxxxxxxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec73b5c..0d8fea0 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ plugin_tracecmd_dir = $(libdir)/trace-cmd/plugins python_dir ?= $(libdir)/traceevent/python var_dir = $(HOME)/.trace-cmd/ else -plugin_traceevent_dir = $(libdir)/traceevent/plugins +plugin_traceevent_dir = $(libdir)/trace-cmd/plugins python_dir ?= $(libdir)/trace-cmd/python PLUGIN_DIR_TRACEEVENT = -DPLUGIN_TRACEEVENT_DIR="$(plugin_traceevent_dir)" PLUGIN_DIR_TRACECMD = -DPLUGIN_TRACECMD_DIR="$(plugin_tracecmd_dir)" -- 2.25.1