aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44bfcffe..1874e0ff 100644
--- a/Makefile
+++ b/Makefile
@@ -196,7 +196,8 @@ gitconfig:
git config sendemail.to "~rjarry/aerc-devel@lists.sr.ht"
git config sendemail.validate true
@mkdir -p .git/hooks
- ln -sf ../../contrib/sendemail-validate .git/hooks/sendemail-validate
+ @rm -f .git/hooks/sendemail-validate
+ ln -sf ../../contrib/sendemail-validate .git/hooks/sendemail-validate-series
.PHONY: check-patches
check-patches: