mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
ncdu: fix makefile
this fixes #137 Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
This commit is contained in:
+2
-2
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user