projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16fc40
)
use $(INSTALL_BIN) instead of $(CP)
author
Nicolas Thill
<nico@openwrt.org>
Thu, 30 Aug 2007 08:01:51 +0000
(08:01 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 30 Aug 2007 08:01:51 +0000
(08:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8541
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ifenslave/Makefile
patch
|
blob
|
history
diff --git
a/package/ifenslave/Makefile
b/package/ifenslave/Makefile
index
643401e
..
20d7354
100644
(file)
--- a/
package/ifenslave/Makefile
+++ b/
package/ifenslave/Makefile
@@
-36,7
+36,7
@@
endef
define Package/ifenslave/install
$(INSTALL_DIR) $(1)/sbin
- $(
CP
) $(PKG_BUILD_DIR)/ifenslave $(1)/sbin/
+ $(
INSTALL_BIN
) $(PKG_BUILD_DIR)/ifenslave $(1)/sbin/
endef
$(eval $(call BuildPackage,ifenslave))