summaryrefslogtreecommitdiff
path: root/package/bzip2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-30 15:55:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-30 15:55:20 +0200
commit8aed1fcd443b550c15a21ddbf1b1d3899803120a (patch)
treece7c0a22c1d5ed7d437198b4447a3aa2fd578665 /package/bzip2
parent12c9d74bb923174117e28186e4a7698e623803a2 (diff)
rework hosttools building, add tools into package stuff
Diffstat (limited to 'package/bzip2')
-rw-r--r--package/bzip2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/bzip2/Makefile b/package/bzip2/Makefile
index 5585ae0c1..b73fde65f 100644
--- a/package/bzip2/Makefile
+++ b/package/bzip2/Makefile
@@ -43,8 +43,10 @@ host-build:
PREFIX=${HOST_WRKINST}/usr ${HOST_ALL_TARGET})
bzip2-hostinstall:
+ ${INSTALL_DIR} ${STAGING_HOST_DIR}/usr/bin
${INSTALL_DIR} ${STAGING_HOST_DIR}/usr/lib
${INSTALL_DIR} $(STAGING_HOST_DIR)/usr/include
+ $(INSTALL_BIN) ${WRKBUILD}/bzip2-shared ${STAGING_HOST_DIR}/usr/bin/bzip2
$(CP) ${WRKBUILD}/libbz2.so* \
${STAGING_HOST_DIR}/usr/lib
(cd ${STAGING_HOST_DIR}/usr/lib; ln -sf libbz2.so.1.0.6 libbz2.so)