aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
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)