From 508e0c28adf035b1080a1b086fabe0a23080bb44 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 25 Aug 2021 15:09:27 -0400 Subject: [PATCH] Makefile: Adjust man page file permissions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 146b82c..fb0da08 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ clean: install: all mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 install -m755 kiln $(DESTDIR)$(BINDIR)/kiln - install -m755 docs/kiln.1 $(DESTDIR)$(MANDIR)/man1/kiln.1 + install -m644 docs/kiln.1 $(DESTDIR)$(MANDIR)/man1/kiln.1 uninstall: $(RM) $(DESTDIR)$(BINDIR)/kiln