fix whitespaces
[openwrt.git] / tools / firmware-utils / Makefile
index 6a0c223..e5537b4 100644 (file)
@@ -31,7 +31,7 @@ define Build/Compile
 endef
 
 define Build/Install
-       $(CP) $(PKG_BUILD_DIR)/bin/* $(STAGING_DIR_HOST)/bin/
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/* $(STAGING_DIR_HOST)/bin/
 endef
 
 $(eval $(call HostBuild))
This page took 0.020219 seconds and 4 git commands to generate.