diff options
Diffstat (limited to 'package/pango/Makefile')
-rw-r--r-- | package/pango/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pango/Makefile b/package/pango/Makefile index 7c87dac2c..e6272d4f9 100644 --- a/package/pango/Makefile +++ b/package/pango/Makefile @@ -26,6 +26,6 @@ INSTALL_STYLE:= auto post-install: ${INSTALL_DIR} ${IDIR_PANGO}/usr/lib - ${CP} ${WRKINST}/usr/lib/libpango.so* ${IDIR_PANGO}/usr/lib + ${CP} ${WRKINST}/usr/lib/libpango*.so* ${IDIR_PANGO}/usr/lib include ${TOPDIR}/mk/pkg-bottom.mk |