diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-21 20:03:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-21 20:03:53 +0100 |
commit | 88f8c823598fb3dda3d52e2624df7019096ba64a (patch) | |
tree | 3728a238a398bf5fbcea3f2148a9944d36b624b6 /package/expat | |
parent | e417a01d00a49441432c03a0693b279f2f5db73c (diff) | |
parent | 19d0a5966d6841b6ff262e5928b593b0a1d77fff (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/expat')
-rw-r--r-- | package/expat/Makefile | 2 |
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 |