summaryrefslogtreecommitdiff
path: root/package/libpcap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-04 23:18:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-04 23:18:53 +0100
commit26d8c7c5138770572fc92bea028d9a8a067fe3c9 (patch)
tree4c9b66ced955645ec62e35d2b98cd593ff19e192 /package/libpcap
parent3f23dcd7a5f06f8cdda0ee8b1492cfd0b6c1413f (diff)
update ethtool and iw
Diffstat (limited to 'package/libpcap')
-rw-r--r--package/libpcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile
index 877b35a37..2eb2ac249 100644
--- a/package/libpcap/Makefile
+++ b/package/libpcap/Makefile
@@ -31,6 +31,6 @@ pre-install:
post-install:
${INSTALL_DIR} ${IDIR_LIBPCAP}/usr/lib/
- ${CP} ${WRKINST}/usr/lib/libpcap.so.* ${IDIR_LIBPCAP}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libpcap.so* ${IDIR_LIBPCAP}/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk