projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update OpenVPN to 2.0.6 (security update)
[openwrt.git]
/
openwrt
/
package
/
httping
/
Makefile
diff --git
a/openwrt/package/httping/Makefile
b/openwrt/package/httping/Makefile
index
027aac9
..
78d6274
100644
(file)
--- a/
openwrt/package/httping/Makefile
+++ b/
openwrt/package/httping/Makefile
@@
-34,7
+34,7
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_HTTPING):
mkdir -p $(IDIR_HTTPING)/usr/sbin
echo "Depends: $(PKG_DEPEND)" >> $(IDIR_HTTPING)/CONTROL/control
$(IPKG_HTTPING):
mkdir -p $(IDIR_HTTPING)/usr/sbin
echo "Depends: $(PKG_DEPEND)" >> $(IDIR_HTTPING)/CONTROL/control
-
cp
$(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_HTTPING)/usr/sbin/
+
$(CP)
$(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_HTTPING)/usr/sbin/
$(STRIP) $(IDIR_HTTPING)/usr/sbin/*
$(IPKG_BUILD) $(IDIR_HTTPING) $(PACKAGE_DIR)
$(STRIP) $(IDIR_HTTPING)/usr/sbin/*
$(IPKG_BUILD) $(IDIR_HTTPING) $(PACKAGE_DIR)
This page took
0.042154 seconds
and
4
git commands to generate.