diff options
Diffstat (limited to 'package/pcre')
-rw-r--r-- | package/pcre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcre/Makefile b/package/pcre/Makefile index e36c6a5d6..9a412090e 100644 --- a/package/pcre/Makefile +++ b/package/pcre/Makefile @@ -24,6 +24,6 @@ XAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS} CFLAGS='${TCFLAGS}' post-install: ${INSTALL_DIR} ${IDIR_LIBPCRE}/usr/lib - ${CP} ${WRKINST}/usr/lib/libpcre{,posix}.so.* ${IDIR_LIBPCRE}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libpcre{,posix}.so* ${IDIR_LIBPCRE}/usr/lib/ include ${TOPDIR}/mk/pkg-bottom.mk |