mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
fix Makefile.local to install bash completion definitions as not executable
This commit is contained in:
parent
59265c0233
commit
263aeb82f0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue