aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Ingmar Vanhassel <ingmar@exherbo.org>2009-11-17 22:04:07 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-17 13:11:20 -0800
commite8c9c3e6a534fc6c2919c2c1de63cea7250eb488 (patch)
tree15f7e3898012e896c0df4d676d1e2e7e62ef3705 /Makefile.local
parent321ab1bd6bb2e3877c59cad412e96d9cb2cbaf15 (diff)
Makefile: Manual pages shouldn't be executable
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index 605a3af1..f824bed1 100644
--- 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