From 6fa36bf3a1ac1198360df37a0f93ef67842ff4ca Mon Sep 17 00:00:00 2001 From: Etienne CHAMPETIER Date: Tue, 29 Jul 2014 22:37:07 +0200 Subject: [PATCH] ncdu: fix makefile this fixes #137 Signed-off-by: Etienne CHAMPETIER --- utils/ncdu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/ncdu/Makefile b/utils/ncdu/Makefile index 425d30ea62..edd8527587 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)) -- 2.30.2