X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f85e441b29264e30d0b3a3c0b58b0af6869e0238..fb116f88c21d0d3f21ae7615721fbfb634ae842b:/openwrt/package/sane-backends/Makefile diff --git a/openwrt/package/sane-backends/Makefile b/openwrt/package/sane-backends/Makefile index b3d10b584..31ac68693 100644 --- a/openwrt/package/sane-backends/Makefile +++ b/openwrt/package/sane-backends/Makefile @@ -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)