commit: d182666e6807ecc3c18748e3ebe13363c95cfca6 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Mar 12 16:25:04 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sat Mar 12 16:31:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d182666e
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 <lssndrbarbieri <AT> gmail.com> sys-apps/intel-cmt-cat/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 5558fdb35..3f4b8db04 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 +
