diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-29 15:10:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-29 15:10:28 +0100 |
commit | db1da96b3c9573eeecc0e9c148a8120bfd62e12c (patch) | |
tree | dc5c2ecd0661efabfd458e7f8c0966a6095135fa /package/libiconv/Makefile | |
parent | 951f800266877865b77a43beadcdbae3e05de918 (diff) |
add libcharset to package
Diffstat (limited to 'package/libiconv/Makefile')
-rw-r--r-- | package/libiconv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libiconv/Makefile b/package/libiconv/Makefile index 458581038..62cbeb0ee 100644 --- a/package/libiconv/Makefile +++ b/package/libiconv/Makefile @@ -24,5 +24,6 @@ $(eval $(call PKG_template,LIBICONV,libiconv,${PKG_VERSION}-${PKG_RELEASE},${PKG libiconv-install: ${INSTALL_DIR} ${IDIR_LIBICONV}/usr/lib ${CP} ${WRKINST}/usr/lib/libiconv.so* ${IDIR_LIBICONV}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libcharset.so* ${IDIR_LIBICONV}/usr/lib/ include ${TOPDIR}/mk/pkg-bottom.mk |