projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change cp to $(CP)
[openwrt.git]
/
package
/
mrd6
/
Makefile
diff --git
a/package/mrd6/Makefile
b/package/mrd6/Makefile
index
723e7b0
..
8b6ab70
100644
(file)
--- a/
package/mrd6/Makefile
+++ b/
package/mrd6/Makefile
@@
-39,6
+39,6
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_MRD6):
mkdir -p $(IDIR_MRD6)/usr/sbin
-
cp -fpR
$(PKG_INSTALL_DIR)/ $(IDIR_MRD6)/
+
$(CP)
$(PKG_INSTALL_DIR)/ $(IDIR_MRD6)/
$(RSTRIP) $(IDIR_MRD6)/
$(IPKG_BUILD) $(IDIR_MRD6) $(PACKAGE_DIR)
This page took
0.020902 seconds
and
4
git commands to generate.