diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-20 15:26:29 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-20 15:26:29 +0000 |
commit | 48ba3e7023c3b8956e6445e88d34adb8f284b2d5 (patch) | |
tree | 129738b135424142f30286e5d0ac839ca20b467e /package/wireless-tools | |
parent | b774325e71968b54bdfb1af4d319578fe3a11c47 (diff) |
fix wireless-tools install *sigh* - thanks Kesha for noticing it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6330 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wireless-tools')
-rw-r--r-- | package/wireless-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wireless-tools/Makefile b/package/wireless-tools/Makefile index 6c5112662..c7b80f31d 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)) |