From d182666e6807ecc3c18748e3ebe13363c95cfca6 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 17:25:04 +0100 Subject: [PATCH] sys-apps/intel-cmt-cat: fix strip again Closes: https://bugs.gentoo.org/834993 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- .../files/intel-cmt-cat-4.3.0-no-strip.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-apps/intel-cmt-cat/files/intel-cmt-cat-4.3.0-no-strip.patch b/sys-apps/intel-cmt-cat/files/intel-cmt-cat-4.3.0-no-strip.patch index 5558fdb35e..3f4b8db04d 100644 --- a/sys-apps/intel-cmt-cat/files/intel-cmt-cat-4.3.0-no-strip.patch +++ b/sys-apps/intel-cmt-cat/files/intel-cmt-cat-4.3.0-no-strip.patch @@ -32,7 +32,7 @@ --- a/tools/membw/Makefile +++ b/tools/membw/Makefile -@@ -94,7 +94,7 @@ +@@ -94,10 +94,10 @@ ifeq ($(shell uname), FreeBSD) install -d $(BIN_DIR) install -d $(MAN_DIR) @@ -40,4 +40,8 @@ + install $(APP) $(BIN_DIR) install -m 0444 $(MAN) $(MAN_DIR) else - install -D -s $(APP) $(BIN_DIR)/$(APP) +- install -D -s $(APP) $(BIN_DIR)/$(APP) ++ install -D $(APP) $(BIN_DIR)/$(APP) + install -m 0444 $(MAN) -D $(MAN_DIR)/$(MAN) + endif +