From ba1f9aaa9e05b40b55235dbe981880f9aa5c5136 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 28 Jan 2014 16:52:48 +0000 Subject: utils: Install man pages as non-executable (chmod 644) This bothers rpmlint. Change-Id: I27d9cfac3ef6834ff87acc5a5ccbf332e59eeb1a Signed-off-by: Lubomir Rintel Reviewed-on: http://review.coreboot.org/5075 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) --- util/nvramtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvramtool/Makefile') diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile index b1cb27cb63..12f4a5c845 100644 --- a/util/nvramtool/Makefile +++ b/util/nvramtool/Makefile @@ -66,7 +66,7 @@ install: $(PROGRAM) mkdir -p $(DESTDIR)$(PREFIX)/sbin $(INSTALL) $(PROGRAM) $(DESTDIR)$(PREFIX)/sbin mkdir -p $(DESTDIR)$(PREFIX)/share/man/man8 - $(INSTALL) cli/$(PROGRAM).8 $(DESTDIR)$(PREFIX)/share/man/man8 + $(INSTALL) -p -m644 cli/$(PROGRAM).8 $(DESTDIR)$(PREFIX)/share/man/man8 .PHONY: all clean distclean dep -- cgit v1.2.3