ncdu: fix makefile
this fixes #137 Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
This commit is contained in:
parent
8007050b5a
commit
6fa36bf3a1
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue