projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add mirrors and update to 2.2.6
[openwrt.git]
/
openwrt
/
package
/
sane-backends
/
Makefile
diff --git
a/openwrt/package/sane-backends/Makefile
b/openwrt/package/sane-backends/Makefile
index
b3d10b5
..
31ac686
100644
(file)
--- 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
$(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
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)
$(RSTRIP) $(IDIR_SANE_BACKENDS)
$(IPKG_BUILD) $(IDIR_SANE_BACKENDS) $(PACKAGE_DIR)
This page took
0.022524 seconds
and
4
git commands to generate.