fix Makefile.local to install bash completion definitions as not executable

This commit is contained in:
Jameson Graef Rollins 2009-11-28 18:57:37 -05:00 committed by Carl Worth
parent 59265c0233
commit 263aeb82f0

View file

@ -45,7 +45,7 @@ install-emacs: install emacs
install-bash: install-bash:
install -d $(DESTDIR)$(bash_completion_dir) install -d $(DESTDIR)$(bash_completion_dir)
install contrib/notmuch-completion.bash \ install -m0644 contrib/notmuch-completion.bash \
$(DESTDIR)$(bash_completion_dir)/notmuch $(DESTDIR)$(bash_completion_dir)/notmuch
SRCS := $(SRCS) $(notmuch_client_srcs) SRCS := $(SRCS) $(notmuch_client_srcs)