projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8007050
)
ncdu: fix makefile
author
Etienne CHAMPETIER
<champetier.etienne@gmail.com>
Tue, 29 Jul 2014 20:37:07 +0000
(22:37 +0200)
committer
Steven Barth
<steven@midlink.org>
Tue, 29 Jul 2014 20:41:21 +0000
(22:41 +0200)
this fixes #137
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
utils/ncdu/Makefile
patch
|
blob
|
history
diff --git
a/utils/ncdu/Makefile
b/utils/ncdu/Makefile
index 425d30ea623f97523f47eff7212349f75c10893a..edd85275873b443647c51cda69092d882b0d13c2 100644
(file)
--- a/
utils/ncdu/Makefile
+++ b/
utils/ncdu/Makefile
@@
-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))