change cp to $(CP)
[openwrt/staging/mkresin.git] / openwrt / package / rsync / Makefile
index bd0bfab920eb91d2af30548541b430cbf66f8ffd..0089326e318dafcd241524e2728930512d3d791c 100644 (file)
@@ -58,6 +58,6 @@ $(PKG_BUILD_DIR)/.built:
 
 $(IPKG_RSYNC):
        install -d -m0755 $(IDIR_RSYNC)/usr/bin
-       cp -fpR $(PKG_INSTALL_DIR)/usr/bin/* $(IDIR_RSYNC)/usr/bin
+       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(IDIR_RSYNC)/usr/bin
        $(RSTRIP) $(IDIR_RSYNC)
        $(IPKG_BUILD) $(IDIR_RSYNC) $(PACKAGE_DIR)