summaryrefslogtreecommitdiff
path: root/package/httping/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-16 20:39:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-16 20:39:01 +0100
commitc4df48a030c704352ce51b73a664ef4d6ff0d324 (patch)
tree097879c02ada3c89a3a976f0b6781f295c2e3478 /package/httping/Makefile
parentbb534316d8f79e60154b21a04cabec24bed69ba5 (diff)
parent339a86a351dffaa44ed3649b1eccb255fd860733 (diff)
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/httping/Makefile')
-rw-r--r--package/httping/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/httping/Makefile b/package/httping/Makefile
index 7f0d6add6..18a97a85b 100644
--- a/package/httping/Makefile
+++ b/package/httping/Makefile
@@ -23,6 +23,6 @@ CONFIG_STYLE:= manual
post-install:
${INSTALL_DIR} ${IDIR_HTTPING}/usr/bin
- ${CP} ${WRKINST}/usr/bin/httping ${IDIR_HTTPING}/usr/bin/
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/httping ${IDIR_HTTPING}/usr/bin/
include ${TOPDIR}/mk/pkg-bottom.mk