summaryrefslogtreecommitdiff
path: root/package/expat
diff options
context:
space:
mode:
authorwaldemar brodkorb <wbx@debian-lenny-amd64.foo.bar>2010-01-19 21:13:44 +0100
committerwaldemar brodkorb <wbx@debian-lenny-amd64.foo.bar>2010-01-19 21:13:44 +0100
commitfc4027a2b4f5a9384e8552b8dd515e53aae9444c (patch)
tree50d7d01b7347bb87dbb89ebc0c2dea3b3faac32e /package/expat
parentbab1e7d41bff847933589ff6392c74597f18743b (diff)
fix allmodconfig for foxboard
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