diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 23:18:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 23:18:53 +0100 |
commit | 26d8c7c5138770572fc92bea028d9a8a067fe3c9 (patch) | |
tree | 4c9b66ced955645ec62e35d2b98cd593ff19e192 /package/pcre | |
parent | 3f23dcd7a5f06f8cdda0ee8b1492cfd0b6c1413f (diff) |
update ethtool and iw
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 |