projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
321ab1b
)
Makefile: Manual pages shouldn't be executable
author
Ingmar Vanhassel
<ingmar@exherbo.org>
Tue, 17 Nov 2009 21:04:07 +0000
(22:04 +0100)
committer
Carl Worth
<cworth@cworth.org>
Tue, 17 Nov 2009 21:11:20 +0000
(13:11 -0800)
Makefile.local
patch
|
blob
|
history
diff --git
a/Makefile.local
b/Makefile.local
index 605a3af1cdb04b9994da36c2be3e7213fe4668a2..f824bed1f1c8a6bf46955a7970f2063a38a2e841 100644
(file)
--- a/
Makefile.local
+++ b/
Makefile.local
@@
-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