iostat: don't install man page
We don't support installing documentation on the target, so there's no point in having explicit code to do so. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0882557b6e
commit
9260501fb8
@ -17,8 +17,6 @@ endef
|
||||
|
||||
define IOSTAT_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D $(IOSTAT_DIR)/iostat $(TARGET_DIR)/usr/bin/iostat
|
||||
$(INSTALL) -D $(IOSTAT_DIR)/iostat.8 \
|
||||
$(TARGET_DIR)/usr/share/man/man8/iostat.8
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
Loading…
Reference in New Issue
Block a user