aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jameson Graef Rollins <jrollins@finestructure.net>2009-11-28 18:29:01 -0500
committerGravatar Jameson Graef Rollins <jrollins@finestructure.net>2009-11-28 18:29:01 -0500
commitceed83f805414cc780de4623336d4c68ea438a46 (patch)
treef770717437a37e0264b3c8cf9911ffc168c6b13b
parent80483a92bef8dab659f81c1ae0eda05656a82510 (diff)
fix Makefile.local to install bash completion definitions as not executable
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index 1744747a..b8186277 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -36,7 +36,7 @@ install: all notmuch.1.gz
done ;
install notmuch $(DESTDIR)$(prefix)/bin/
install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
- install contrib/notmuch-completion.bash \
+ install -m0644 contrib/notmuch-completion.bash \
$(DESTDIR)$(bash_completion_dir)/notmuch
install-emacs: install emacs