projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mark click as broken for now - fails to build and should be replaced with a newer...
[openwrt/svn-archive/archive.git]
/
utils
/
picocom
/
Makefile
diff --git
a/utils/picocom/Makefile
b/utils/picocom/Makefile
index d79e7ea823613b34c651beb746bd0b87fd7ed6f1..5730d52189d78fafa35d6b54d1351be8cd2c0cef 100644
(file)
--- a/
utils/picocom/Makefile
+++ b/
utils/picocom/Makefile
@@
-48,8
+48,8
@@
define Build/Compile
endef
define Package/picocom/install
endef
define Package/picocom/install
-
install -d -m0755
$(1)/usr/bin
-
install -m0755
$(PKG_BUILD_DIR)/picocom $(1)/usr/bin/
+
$(INSTALL_DIR)
$(1)/usr/bin
+
$(INSTALL_BIN)
$(PKG_BUILD_DIR)/picocom $(1)/usr/bin/
endef
$(eval $(call BuildPackage,picocom))
endef
$(eval $(call BuildPackage,picocom))