Blame SOURCES/0001-Do-not-install-trace-cmd-when-only-building-kernelsh.patch

ca305e
From a0a28e0b5161203c7576a430ca12d11a16a88e74 Mon Sep 17 00:00:00 2001
ca305e
From: Zamir SUN <sztsian@gmail.com>
ca305e
Date: Thu, 24 Sep 2020 21:19:00 +0800
ca305e
Subject: [PATCH] Do not install trace-cmd when only building kernelshark
ca305e
ca305e
Signed-off-by: Zamir SUN <sztsian@gmail.com>
ca305e
---
ca305e
 Makefile | 2 +-
ca305e
 1 file changed, 1 insertion(+), 1 deletion(-)
ca305e
ca305e
diff --git a/Makefile b/Makefile
ca305e
index bbdf15e..a489fe8 100644
ca305e
--- a/Makefile
ca305e
+++ b/Makefile
ca305e
@@ -338,7 +338,7 @@ install: install_cmd
ca305e
 	@echo "Note: to install the gui, type \"make install_gui\""
ca305e
 	@echo "      to install man pages, type \"make install_doc\""
ca305e
 
ca305e
-install_gui: install_cmd gui
ca305e
+install_gui: gui
ca305e
 	$(Q)$(MAKE) $(S) -C $(kshark-dir)/build install
ca305e
 
ca305e
 install_libs: libs
ca305e
-- 
ca305e
2.26.2
ca305e