Use $(CP) instead of $(INSTALL_BIN) for binaries.
[openwrt.git] / package / wireless-tools / Makefile
index 3e997a1..e66b2e3 100644 (file)
@@ -63,7 +63,7 @@ endef
 
 define Package/wireless-tools/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,wireless-tools))
This page took 0.022557 seconds and 4 git commands to generate.