mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
Makefile: Manual pages shouldn't be executable
This commit is contained in:
parent
321ab1bd6b
commit
e8c9c3e6a5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ install: all notmuch.1.gz
|
|||
install -C -d $$d ; \
|
||||
done ;
|
||||
install -C notmuch $(DESTDIR)$(prefix)/bin/
|
||||
install -C notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
|
||||
install -C -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
|
||||
install -C notmuch-completion.bash \
|
||||
$(DESTDIR)/etc/bash_completion.d/notmuch
|
||||
|
||||
|
|
Loading…
Reference in a new issue