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
80483a92be
commit
ceed83f805
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue