From e37feb332257ca7a80f1a5d1b89805501d160b1b Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 1 Feb 2015 16:09:57 +0100 Subject: [PATCH] makefile: the man file only need 644 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fd7432..d8a7c13 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ install: svtplay-dl $(MANFILE) install -d $(DESTDIR)$(BINDIR) install -d $(DESTDIR)$(MANDIR) install -m 755 svtplay-dl $(DESTDIR)$(BINDIR) - install -m 755 $(MANFILE) $(DESTDIR)$(MANDIR) + install -m 644 $(MANFILE) $(DESTDIR)$(MANDIR) svtplay-dl: $(PYFILES) $(MAKE) -C lib