summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-02-14 23:04:00 +0100
committerMartin Polden <mpolden@mpolden.no>2022-02-14 23:04:00 +0100
commit06198b65efe3dc11a0beacb5defcd013b5bbdd26 (patch)
treec588aa4c740545aba4cd4052f9570c3d53963334 /Makefile
parent3ebb8b4567ca1a061d77ba73635c0d6f4079edc6 (diff)
makefile: Strip faulty code signature
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 34aa5f4..e602177 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,8 @@ install-emacs:
ifneq ($(BREW),)
brew tap railwaycat/emacsmacport
brew install $(EMACS_FLAGS) emacs-mac
+# https://github.com/railwaycat/homebrew-emacsmacport/issues/279
+ codesign --remove-signature /Applications/Emacs.app
else
$(error brew command not found)
endif