change cp to $(CP)
[openwrt/openwrt.git] / openwrt / package / sane-backends / Makefile
index b3d10b584774f5f2496e2622bc3284f1be7d2fc5..31ac6869394047fb1476e08f6143991f2637303b 100644 (file)
@@ -63,8 +63,8 @@ $(PKG_BUILD_DIR)/.built:
 
 $(IPKG_SANE_BACKENDS):
        install -d -m0755 $(IDIR_SANE_BACKENDS)/etc/sane.d
-       cp -fpR $(PKG_INSTALL_DIR)/etc/sane.d/*.conf $(IDIR_SANE_BACKENDS)/etc/sane.d/
+       $(CP) $(PKG_INSTALL_DIR)/etc/sane.d/*.conf $(IDIR_SANE_BACKENDS)/etc/sane.d/
        install -d -m0755 $(IDIR_SANE_BACKENDS)/usr/sbin
-       cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/saned $(IDIR_SANE_BACKENDS)/usr/sbin/
+       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/saned $(IDIR_SANE_BACKENDS)/usr/sbin/
        $(RSTRIP) $(IDIR_SANE_BACKENDS)
        $(IPKG_BUILD) $(IDIR_SANE_BACKENDS) $(PACKAGE_DIR)