From e098f42b0fcc79d488a84b3b07e80d501d2204fb Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Tue, 16 May 2017 15:11:22 +0200 Subject: iotop: install usr/sbin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- iotop/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/iotop/Makefile b/iotop/Makefile index 0b27fea..2557474 100644 --- a/iotop/Makefile +++ b/iotop/Makefile @@ -43,5 +43,10 @@ define Build/Compile ) endef +define PyPackage/iotop/install + $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/bin/ +endef + $(eval $(call PyPackage,iotop)) $(eval $(call BuildPackage,iotop)) -- cgit v1.2.3