diff options
Diffstat (limited to 'package/mpfr')
-rw-r--r-- | package/mpfr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mpfr/Makefile b/package/mpfr/Makefile index cc229020f..a97faac1e 100644 --- a/package/mpfr/Makefile +++ b/package/mpfr/Makefile @@ -15,5 +15,6 @@ INSTALL_STYLE= auto post-install: ${INSTALL_DIR} ${IDIR_MPFR}/usr/lib + ${CP} ${WRKINST}/usr/lib/libmpfr.so.* ${IDIR_MPFR}/usr/lib/ include ${TOPDIR}/mk/pkg-bottom.mk |