From 3dc0311e44bddaeaca33b628eedb0ad2007ec27b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 14 Feb 2010 14:32:46 +0100 Subject: fix some compile issues on NetBSD --- package/httping/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/httping/Makefile') 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 -- cgit v1.2.3