summaryrefslogtreecommitdiff
path: root/package/expat
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:03:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:03:53 +0100
commit88f8c823598fb3dda3d52e2624df7019096ba64a (patch)
tree3728a238a398bf5fbcea3f2148a9944d36b624b6 /package/expat
parente417a01d00a49441432c03a0693b279f2f5db73c (diff)
parent19d0a5966d6841b6ff262e5928b593b0a1d77fff (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/expat')
-rw-r--r--package/expat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/expat/Makefile b/package/expat/Makefile
index 51ce68858..d0c570f3e 100644
--- a/package/expat/Makefile
+++ b/package/expat/Makefile
@@ -25,6 +25,6 @@ INSTALL_STYLE:= auto
post-install:
${INSTALL_DIR} ${IDIR_LIBEXPAT}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libexpat.so.* ${IDIR_LIBEXPAT}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libexpat.so* ${IDIR_LIBEXPAT}/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk