From: Etienne CHAMPETIER Date: Tue, 29 Jul 2014 20:37:07 +0000 (+0200) Subject: ncdu: fix makefile X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=756f7f383cdd437d74064ecd1675e227ba56c51b;p=openwrt-packages.git ncdu: fix makefile this fixes #137 Signed-off-by: Etienne CHAMPETIER --- diff --git a/utils/ncdu/Makefile b/utils/ncdu/Makefile index 425d30ea6..edd852758 100644 --- a/utils/ncdu/Makefile +++ b/utils/ncdu/Makefile @@ -39,8 +39,8 @@ define Package/ncdu/description endef define Package/ncdu/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ncdu $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ncdu $(1)/usr/bin/ endef $(eval $(call BuildPackage,ncdu))