1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-03 06:53:18 +02:00

Multiple flashrom fixes

- Install binary in /usr/sbin (not /usr/bin), as it's a root-only tool.

 - Rename manpage from flashrom.1 to flashrom.8, as section 8 contains
   "System administration commands (usually only for root)".

 - Actually install the manpage upon 'make install'.

Corresponding to flashrom svn r149 and coreboot v2 svn r2866.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
Uwe Hermann
2007-10-16 23:36:34 +00:00
parent 3385cb8069
commit 2c5d4c69fa
2 changed files with 4 additions and 2 deletions

View File

@ -55,7 +55,9 @@ pciutils:
@rm -f .test.c .test @rm -f .test.c .test
install: $(PROGRAM) 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 .PHONY: all clean distclean dep pciutils

View File

@ -1,4 +1,4 @@
.TH FLASHROM 1 "December 20, 2006" .TH FLASHROM 8 "December 20, 2006"
.SH NAME .SH NAME
flashrom \- a universal flash programming utility flashrom \- a universal flash programming utility
.SH SYNOPSIS .SH SYNOPSIS