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 +