summaryrefslogtreecommitdiff
path: root/package/zip
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-27 14:27:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-27 14:27:45 +0200
commite750323c87c297897ba2c3d3b307c66286a1168c (patch)
tree4271b9ad1e30643e5259531900799f43f13ea0d9 /package/zip
parent883823056de84e3ee5288ccf39818db887f25f79 (diff)
xbmc checks for unzip/zip
Diffstat (limited to 'package/zip')
-rw-r--r--package/zip/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/zip/Makefile b/package/zip/Makefile
index a51610e72..0fd973dce 100644
--- a/package/zip/Makefile
+++ b/package/zip/Makefile
@@ -9,7 +9,6 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 7b74551e63f8ee6aab6fbc86676c0d37
PKG_DESCR:= zip compression utility
PKG_SECTION:= archive
-PKG_BUILDDEP:= zip-host
PKG_URL:= http://www.info-zip.org/Zip.html
PKG_SITES:= ftp://ftp.info-zip.org/pub/infozip/src/
@@ -42,7 +41,7 @@ zip-hostinstall:
zip-install:
${INSTALL_DIR} ${IDIR_ZIP}/usr/bin
- ${CP} ${WRKBUILD}/zip ${IDIR_ZIP}/usr/bin
+ ${INSTALL_BIN} ${WRKBUILD}/zip ${IDIR_ZIP}/usr/bin
include ${TOPDIR}/mk/host-bottom.mk
include ${TOPDIR}/mk/pkg-bottom.mk