projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
824adb7
)
fix wireless-tools install *sigh* - thanks Kesha for noticing it
author
Imre Kaloz
<kaloz@openwrt.org>
Tue, 20 Feb 2007 15:26:29 +0000
(15:26 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Tue, 20 Feb 2007 15:26:29 +0000
(15:26 +0000)
SVN-Revision: 6330
package/wireless-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/wireless-tools/Makefile
b/package/wireless-tools/Makefile
index 6c511266200e696e6b026e1fd9b3edae5558063a..c7b80f31d2a97a7bf39b883c2b2cb0275ec84af4 100644
(file)
--- a/
package/wireless-tools/Makefile
+++ b/
package/wireless-tools/Makefile
@@
-66,7
+66,7
@@
define Package/wireless-tools/install
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_BIN) $(PKG_BUILD_DIR)/libiw.so.28 $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/sbin
- $(
INSTALL_BIN
) $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/
+ $(
CP
) $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/
endef
$(eval $(call BuildPackage,wireless-tools))