diff options
Diffstat (limited to 'util/flashrom/Makefile')
-rw-r--r-- | util/flashrom/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |