summaryrefslogtreecommitdiff
path: root/openwrt/package/httping/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-02-15 15:36:28 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-02-15 15:36:28 +0000
commitefc82b9580fa141dae724d26dbb697ed27c3f93f (patch)
tree314ac0d825413d452c8fee70dddefbc32efd78c9 /openwrt/package/httping/Makefile
parentd4cfc752103b0e437d41779bec821f826202c8d5 (diff)
downloadmtk-20170518-efc82b9580fa141dae724d26dbb697ed27c3f93f.zip
mtk-20170518-efc82b9580fa141dae724d26dbb697ed27c3f93f.tar.gz
mtk-20170518-efc82b9580fa141dae724d26dbb697ed27c3f93f.tar.bz2
Added logrotate, fixed CP call in httping, added bind splitting, thanks to Sébastien Bourgasser
SVN-Revision: 3243
Diffstat (limited to 'openwrt/package/httping/Makefile')
-rw-r--r--openwrt/package/httping/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/httping/Makefile b/openwrt/package/httping/Makefile
index 027aac9..78d6274 100644
--- 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
- 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)