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

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