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/superiotool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/superiotool/Makefile') diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 900b8aefeb..7ce5ede0f0 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -70,7 +70,7 @@ install: $(PROGRAM) mkdir -p $(DESTDIR)$(PREFIX)/sbin $(INSTALL) $(PROGRAM) $(DESTDIR)$(PREFIX)/sbin mkdir -p $(DESTDIR)$(PREFIX)/share/man/man8 - $(INSTALL) $(PROGRAM).8 $(DESTDIR)$(PREFIX)/share/man/man8 + $(INSTALL) -p -m644 $(PROGRAM).8 $(DESTDIR)$(PREFIX)/share/man/man8 clean: rm -f $(PROGRAM) *.o -- cgit v1.2.3