5a7c42a207
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/trace-cmd#57b6456aa8577d62c3ef6380cd0a72c49d77babf
28 lines
895 B
Diff
28 lines
895 B
Diff
From be4884c74355e0b84552e95a5ea2a4a808693acb Mon Sep 17 00:00:00 2001
|
|
From: Zamir SUN <sztsian@gmail.com>
|
|
Date: Mon, 12 Oct 2020 21:05:29 +0800
|
|
Subject: [PATCH] trace-cmd: Temporary move libtraceevent back to
|
|
%{_libdir}/trace-cmd
|
|
|
|
Signed-off-by: Zamir SUN <sztsian@gmail.com>
|
|
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index b034042..fc0de09 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -68,7 +68,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.26.2
|
|
|