From e470ae1d239e3f7928688441a57d365e2a97ee65 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 18 Aug 2009 21:08:25 +0200 Subject: Makefile: Fixed host(1) file mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3