mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +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 ; \
|
install -C -d $$d ; \
|
||||||
done ;
|
done ;
|
||||||
install -C notmuch $(DESTDIR)$(prefix)/bin/
|
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 \
|
install -C notmuch-completion.bash \
|
||||||
$(DESTDIR)/etc/bash_completion.d/notmuch
|
$(DESTDIR)/etc/bash_completion.d/notmuch
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue