Browse Source

ncdu: fix makefile

this fixes #137

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
lilik-openwrt-22.03
Etienne CHAMPETIER 10 years ago
parent
commit
756f7f383c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/ncdu/Makefile

+ 2
- 2
utils/ncdu/Makefile View File

@ -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…
Cancel
Save