summaryrefslogtreecommitdiff
path: root/package/jpeg/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-05 19:58:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-05 19:58:50 +0200
commite874f84fdb6eb83d905a72b35d87398374594b97 (patch)
tree38ecc86989a194756836fa411c4bfb7c4b68913f /package/jpeg/Makefile
parent68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff)
more regressions found at runtime on alic1c
Diffstat (limited to 'package/jpeg/Makefile')
-rw-r--r--package/jpeg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/jpeg/Makefile b/package/jpeg/Makefile
index a15e3da03..d47d0da57 100644
--- a/package/jpeg/Makefile
+++ b/package/jpeg/Makefile
@@ -31,6 +31,6 @@ pre-build:
post-install:
${INSTALL_DIR} ${IDIR_LIBJPEG}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libjpeg.* ${IDIR_LIBJPEG}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libjpeg.so* ${IDIR_LIBJPEG}/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk