change cp to $(CP)
[openwrt.git] / package / sane-backends / Makefile
index b3d10b5..31ac686 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)
This page took 0.035889 seconds and 4 git commands to generate.