diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-30 15:18:20 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-12-01 23:15:55 +0100 |
commit | 9260501fb8b34756ac1f40ea1b4b39e06ce01217 (patch) | |
tree | 177a8a6bf00d9f63801ce0c0420f0616a09a49d2 | |
parent | 0882557b6ed0ece9ce0a3f6f9a69fabca888617a (diff) | |
download | buildroot-9260501fb8b34756ac1f40ea1b4b39e06ce01217.tar.gz buildroot-9260501fb8b34756ac1f40ea1b4b39e06ce01217.zip |
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>
-rw-r--r-- | package/iostat/iostat.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/iostat/iostat.mk b/package/iostat/iostat.mk index 8610f8fad8..2080e5653d 100644 --- a/package/iostat/iostat.mk +++ b/package/iostat/iostat.mk @@ -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)) |