From d790c79020d6723b8eeb5ab42a5851d77782843b Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Tue, 16 May 2017 15:14:24 +0200 Subject: x --- iotop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iotop/Makefile b/iotop/Makefile index 2557474..c938b82 100644 --- a/iotop/Makefile +++ b/iotop/Makefile @@ -44,8 +44,8 @@ define Build/Compile endef define PyPackage/iotop/install - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/bin/ endef $(eval $(call PyPackage,iotop)) -- cgit v1.2.3