X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2Fscripts%2Fremove-rpath;h=3912b37044825018a7b1a10d9f8b303e048de197;hb=0ae15ed43aaa600a75ca4c154bc62478820c00b4;hp=1828ddf9cfaadc04c7da8622faa647bd3c6fbca5;hpb=3f1309df1b9a96a194845b297734f55db3f2c6b0;p=vpp.git diff --git a/build-root/scripts/remove-rpath b/build-root/scripts/remove-rpath index 1828ddf9cfa..3912b370448 100755 --- a/build-root/scripts/remove-rpath +++ b/build-root/scripts/remove-rpath @@ -12,7 +12,7 @@ if [ $? -ne 0 ] ; then exit 1 fi -libs=$(find $1 -type f -name \*.so) +libs=$(find $1 -type f -name \*.so\*) execs=$(find $1 -type f -path \*/bin/\* ) for i in $libs $execs; do