From: Jameson Graef Rollins Date: Sat, 28 Nov 2009 23:29:01 +0000 (-0500) Subject: fix Makefile.local to install bash completion definitions as not executable X-Git-Tag: debian-0.1-1~19^2~22 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ceed83f805414cc780de4623336d4c68ea438a46 fix Makefile.local to install bash completion definitions as not executable --- 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