summaryrefslogtreecommitdiff
path: root/package/obexftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/obexftp/Makefile')
-rw-r--r--package/obexftp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/obexftp/Makefile b/package/obexftp/Makefile
index cfa72a988..c3fd175bf 100644
--- a/package/obexftp/Makefile
+++ b/package/obexftp/Makefile
@@ -32,6 +32,6 @@ INSTALL_STYLE:= auto
post-install:
${INSTALL_DIR} ${IDIR_OBEXFTP}/usr/bin ${IDIR_OBEXFTP}/usr/lib
${CP} ${WRKINST}/usr/bin/* ${IDIR_OBEXFTP}/usr/bin/
- ${CP} ${WRKINST}/usr/lib/* ${IDIR_OBEXFTP}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/*.so* ${IDIR_OBEXFTP}/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk