From ceed83f805414cc780de4623336d4c68ea438a46 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 28 Nov 2009 18:29:01 -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 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 -- 2.43.0