From e8c9c3e6a534fc6c2919c2c1de63cea7250eb488 Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Tue, 17 Nov 2009 22:04:07 +0100 Subject: [PATCH 1/1] Makefile: Manual pages shouldn't be executable --- Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0