projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
build the kernel scripts directory before packages (required for some external kernel...
[openwrt.git]
/
openwrt
/
package
/
socat
/
Makefile
diff --git
a/openwrt/package/socat/Makefile
b/openwrt/package/socat/Makefile
index
968d35e
..
034a618
100644
(file)
--- a/
openwrt/package/socat/Makefile
+++ b/
openwrt/package/socat/Makefile
@@
-60,7
+60,7
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_SOCAT):
install -d -m0755 $(IDIR_SOCAT)/usr/bin
$(IPKG_SOCAT):
install -d -m0755 $(IDIR_SOCAT)/usr/bin
-
cp -fpR
$(PKG_INSTALL_DIR)/usr/bin/socat $(IDIR_SOCAT)/usr/bin/
+
$(CP)
$(PKG_INSTALL_DIR)/usr/bin/socat $(IDIR_SOCAT)/usr/bin/
$(RSTRIP) $(IDIR_SOCAT)
$(IPKG_BUILD) $(IDIR_SOCAT) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_SOCAT)
$(IPKG_BUILD) $(IDIR_SOCAT) $(PACKAGE_DIR)
This page took
0.02824 seconds
and
4
git commands to generate.