aboutsummaryrefslogtreecommitdiff
path: root/util/superiotool
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2014-01-28 16:52:48 +0000
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-01-31 20:14:58 +0100
commitba1f9aaa9e05b40b55235dbe981880f9aa5c5136 (patch)
treeea2a4e6b4ce2eb252da40973b4e1729102fdbfc4 /util/superiotool
parent9a7d7bcea5c3a7bbf956c0909af121a870af515e (diff)
utils: Install man pages as non-executable (chmod 644)
This bothers rpmlint. Change-Id: I27d9cfac3ef6834ff87acc5a5ccbf332e59eeb1a Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-on: http://review.coreboot.org/5075 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/superiotool')
-rw-r--r--util/superiotool/Makefile2
1 files changed, 1 insertions, 1 deletions
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