summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2017-05-16 15:17:19 +0200
committerBjørn Mork <bjorn@mork.no>2017-05-16 15:17:19 +0200
commite0b6bd41419c70ebd0ffa8d43b25474c58aac677 (patch)
tree3023b7c1eb206d381d6408c9f079311b7c6c658b
parentd790c79020d6723b8eeb5ab42a5851d77782843b (diff)
x
-rw-r--r--iotop/Makefile2
1 files changed, 1 insertions, 1 deletions
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))