summaryrefslogtreecommitdiff
path: root/package/libnl/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-29 13:04:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-29 13:04:57 +0200
commit2f5779978486ad35b58b5b0e25876ab8cc797ba2 (patch)
tree4c35c91f300d906f3432e6f522b2369b9cd8beb7 /package/libnl/Makefile
parentf2126385a3438fb1ff1dbdfc8b27ee7ce5ccf0d4 (diff)
libnl: fix list of installed files after disabling cli
Diffstat (limited to 'package/libnl/Makefile')
-rw-r--r--package/libnl/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/libnl/Makefile b/package/libnl/Makefile
index ee584f099..21be9b6cc 100644
--- a/package/libnl/Makefile
+++ b/package/libnl/Makefile
@@ -30,14 +30,7 @@ libnl-install:
${INSTALL_DIR} ${IDIR_LIBNL}/usr/lib
${CP} ${WRKINST}/usr/lib/libnl-3.so* ${IDIR_LIBNL}/usr/lib
${CP} ${WRKINST}/usr/lib/libnl-genl-3.so* ${IDIR_LIBNL}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libnl-cli-3.so* ${IDIR_LIBNL}/usr/lib
${CP} ${WRKINST}/usr/lib/libnl-route-3.so* ${IDIR_LIBNL}/usr/lib
${CP} ${WRKINST}/usr/lib/libnl-nf-3.so* ${IDIR_LIBNL}/usr/lib
- ${INSTALL_DIR} ${IDIR_LIBNL}/usr/lib/libnl/cli/cls
- $(CP) ${WRKINST}/usr/lib/libnl/cli/cls/*.so \
- ${IDIR_LIBNL}/usr/lib/libnl/cli/cls
- ${INSTALL_DIR} ${IDIR_LIBNL}/usr/lib/libnl/cli/qdisc
- $(CP) ${WRKINST}/usr/lib/libnl/cli/qdisc/*.so \
- ${IDIR_LIBNL}/usr/lib/libnl/cli/qdisc
include ${ADK_TOPDIR}/mk/pkg-bottom.mk