From e0b6bd41419c70ebd0ffa8d43b25474c58aac677 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Tue, 16 May 2017 15:17:19 +0200 Subject: x --- iotop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotop/Makefile b/iotop/Makefile index c938b82..9e7c3f2 100644 --- a/iotop/Makefile +++ b/iotop/Makefile @@ -45,7 +45,7 @@ endef define PyPackage/iotop/install $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/ endef $(eval $(call PyPackage,iotop)) -- cgit v1.2.3