diff options
Diffstat (limited to 'package/expat/Makefile')
-rw-r--r-- | package/expat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/expat/Makefile b/package/expat/Makefile index 51ce68858..d0c570f3e 100644 --- a/package/expat/Makefile +++ b/package/expat/Makefile @@ -25,6 +25,6 @@ INSTALL_STYLE:= auto post-install: ${INSTALL_DIR} ${IDIR_LIBEXPAT}/usr/lib - ${CP} ${WRKINST}/usr/lib/libexpat.so.* ${IDIR_LIBEXPAT}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libexpat.so* ${IDIR_LIBEXPAT}/usr/lib/ include ${TOPDIR}/mk/pkg-bottom.mk |