diff options
| -rw-r--r-- | package/libtool/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 237d358d6..cddcf93e0 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -4,9 +4,9 @@  include ${TOPDIR}/rules.mk  PKG_NAME:=		libtool -PKG_VERSION:=		2.2.6b +PKG_VERSION:=		2.2.8  PKG_RELEASE:=		1 -PKG_MD5SUM:=		07da460450490148c6d2df0f21481a25 +PKG_MD5SUM:=		cad2a7188242bc8dbab0645532ae3d6f  PKG_DESCR:=		a generic dynamic object loading library  PKG_SECTION:=		libs  PKG_URL:=		http://www.gnu.org/software/libtool @@ -19,7 +19,7 @@ $(eval $(call PKG_template,LIBLTDL,libltdl,${PKG_VERSION}-${PKG_RELEASE},${PKG_D  post-install:  	${INSTALL_DIR} ${IDIR_LIBLTDL}/usr/lib -	${CP} ${WRKINST}/usr/lib/libltdl.so.* ${IDIR_LIBLTDL}/usr/lib/ +	${CP} ${WRKINST}/usr/lib/libltdl.so* ${IDIR_LIBLTDL}/usr/lib/  	${INSTALL_DIR} ${IDIR_LIBTOOL}/usr/bin  	${INSTALL_BIN} ${WRKINST}/usr/bin/libtool ${IDIR_LIBTOOL}/usr/bin  	${INSTALL_BIN} ${WRKINST}/usr/bin/libtoolize ${IDIR_LIBTOOL}/usr/bin | 
