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:
committed by
Steven Barth
parent
8007050b5a
commit
6fa36bf3a1
+2
-2
@@ -39,8 +39,8 @@ define Package/ncdu/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ncdu/install
|
define Package/ncdu/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ncdu $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ncdu $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,ncdu))
|
$(eval $(call BuildPackage,ncdu))
|
||||||
|
|||||||
Reference in New Issue
Block a user