summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2bdcd94..0ede347 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ install: bin/host
cp bin/host $(prefix)/bin/host
cp man/man1/host.1 $(prefix)/share/man/man1
chmod 755 $(prefix)/bin/host
- chmod 755 $(prefix)/share/man/man1/host.1
+ chmod 644 $(prefix)/share/man/man1/host.1
uninstall:
rm -f $(prefix)/bin/host