aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/flashrom/Makefile4
-rw-r--r--util/flashrom/flashrom.8 (renamed from util/flashrom/flashrom.1)2
2 files changed, 4 insertions, 2 deletions
diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile
index 087a7a5eb6..067590ae55 100644
--- a/util/flashrom/Makefile
+++ b/util/flashrom/Makefile
@@ -55,7 +55,9 @@ pciutils:
@rm -f .test.c .test
install: $(PROGRAM)
- $(INSTALL) flashrom $(PREFIX)/bin
+ $(INSTALL) flashrom $(PREFIX)/sbin
+ mkdir -p $(PREFIX)/share/man/man8
+ $(INSTALL) $(PROGRAM).8 $(PREFIX)/share/man/man8
.PHONY: all clean distclean dep pciutils
diff --git a/util/flashrom/flashrom.1 b/util/flashrom/flashrom.8
index 62b09fd000..6725b373ce 100644
--- a/util/flashrom/flashrom.1
+++ b/util/flashrom/flashrom.8
@@ -1,4 +1,4 @@
-.TH FLASHROM 1 "December 20, 2006"
+.TH FLASHROM 8 "December 20, 2006"
.SH NAME
flashrom \- a universal flash programming utility
.SH SYNOPSIS