diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-27 14:27:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-27 14:27:45 +0200 |
commit | e750323c87c297897ba2c3d3b307c66286a1168c (patch) | |
tree | 4271b9ad1e30643e5259531900799f43f13ea0d9 /package/zip | |
parent | 883823056de84e3ee5288ccf39818db887f25f79 (diff) |
xbmc checks for unzip/zip
Diffstat (limited to 'package/zip')
-rw-r--r-- | package/zip/Makefile | 3 |
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 |