From 263aeb82f0a1a69864ca41cff4dfa2ae0b8b3f05 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 28 Nov 2009 18:57:37 -0500 Subject: [PATCH 1/1] fix Makefile.local to install bash completion definitions as not executable --- Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.local b/Makefile.local index af1c9b5c..933ff4c7 100644 --- a/Makefile.local +++ b/Makefile.local @@ -45,7 +45,7 @@ install-emacs: install emacs install-bash: install -d $(DESTDIR)$(bash_completion_dir) - install contrib/notmuch-completion.bash \ + install -m0644 contrib/notmuch-completion.bash \ $(DESTDIR)$(bash_completion_dir)/notmuch SRCS := $(SRCS) $(notmuch_client_srcs) -- 2.43.0