ncdu: fix makefile
this fixes #137 Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
This commit is contained in:
parent
48feab625b
commit
756f7f383c
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