Skip to content

Commit

Permalink
Merge pull request #4570 from snyk/fix/macos_process_killed
Browse files Browse the repository at this point in the history
fix: avoid security tools to kill installed binaries
  • Loading branch information
PeterSchafer committed Apr 25, 2023
2 parents 794017f + 54a6952 commit 27ee461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cliv2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ clean:
install:
@echo "$(LOG_PREFIX) Installing $(V2_EXECUTABLE_NAME) ( $(DESTDIR)$(bindir) $(CLI_V1_VERSION_TAG))"
@mkdir -p $(DESTDIR)$(bindir)
@rm -f $(DESTDIR)$(bindir)/$(V2_EXECUTABLE_NAME)
@cp $(BUILD_DIR)/$(V2_EXECUTABLE_NAME) $(DESTDIR)$(bindir)
@cp $(BUILD_DIR)/$(V2_EXECUTABLE_NAME).$(HASH_STRING) $(DESTDIR)$(bindir)
@cp $(BUILD_DIR)/$(TEST_EXECUTABLE_NAME) $(DESTDIR)$(bindir)
Expand Down

0 comments on commit 27ee461

Please sign in to comment.