aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Jameson Graef Rollins <jrollins@finestructure.net>2009-11-28 18:57:37 -0500
committerGravatar Carl Worth <cworth@cworth.org>2009-12-04 16:14:39 -0800
commit263aeb82f0a1a69864ca41cff4dfa2ae0b8b3f05 (patch)
tree8e1730d5c6249631a9ba4410dc98cb1e4302b539 /Makefile.local
parent59265c0233a04a6d782c5202f8e3eb26ed692df1 (diff)
fix Makefile.local to install bash completion definitions as not executable
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)