aboutsummaryrefslogtreecommitdiffstats
path: root/package/wireless-tools
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-02-20 15:26:29 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-02-20 15:26:29 +0000
commit56beaee310f9a7594a38bc2b3d59100798704121 (patch)
tree532f3da7590c3b72940de30fb0fbae7c5ae9f5c1 /package/wireless-tools
parent824adb7656ce29b7a4e32f1640639c17df57cf21 (diff)
downloadupstream-56beaee310f9a7594a38bc2b3d59100798704121.tar.gz
upstream-56beaee310f9a7594a38bc2b3d59100798704121.tar.bz2
upstream-56beaee310f9a7594a38bc2b3d59100798704121.zip
fix wireless-tools install *sigh* - thanks Kesha for noticing it
SVN-Revision: 6330
Diffstat (limited to 'package/wireless-tools')
-rw-r--r--package/wireless-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wireless-tools/Makefile b/package/wireless-tools/Makefile
index 6c51126620..c7b80f31d2 100644
--- 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))