diff options
author | waldemar brodkorb <wbx@debian-lenny-amd64.foo.bar> | 2010-01-19 21:13:44 +0100 |
---|---|---|
committer | waldemar brodkorb <wbx@debian-lenny-amd64.foo.bar> | 2010-01-19 21:13:44 +0100 |
commit | fc4027a2b4f5a9384e8552b8dd515e53aae9444c (patch) | |
tree | 50d7d01b7347bb87dbb89ebc0c2dea3b3faac32e /package/expat | |
parent | bab1e7d41bff847933589ff6392c74597f18743b (diff) |
fix allmodconfig for foxboard
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 |