X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=buildtools%2Fsymlink-drivers-solibs.sh;h=42985e85563902ae6523d491f246948a5b97b81d;hb=4f299b7169000aa55fe7a48fe98736f728e4f710;hp=9826c6ae37dc30f26a5cef495d1bf4eb9435edf0;hpb=983f08969656128bc64a36ce70de6cb44e7bd070;p=dpdk.git diff --git a/buildtools/symlink-drivers-solibs.sh b/buildtools/symlink-drivers-solibs.sh index 9826c6ae37..42985e8556 100644 --- a/buildtools/symlink-drivers-solibs.sh +++ b/buildtools/symlink-drivers-solibs.sh @@ -7,6 +7,7 @@ # others, e.g. PCI device PMDs depending on the PCI bus driver. # parameters to script are paths relative to install prefix: -# 1. directory containing driver files e.g. lib64/dpdk/drivers -# 2. directory for installed regular libs e.g. lib64 -ln -rsf ${DESTDIR}/${MESON_INSTALL_PREFIX}/$1/* ${DESTDIR}/${MESON_INSTALL_PREFIX}/$2 +# 1. directory for installed regular libs e.g. lib64 +# 2. subdirectory of libdir where the pmds are + +cd ${MESON_INSTALL_DESTDIR_PREFIX}/$1 && ln -sfv $2/librte_*.so* .