From: Damjan Marion Date: Fri, 13 Jan 2017 21:11:56 +0000 (+0100) Subject: Fix remove-rpath script, take 2 X-Git-Tag: v17.04-rc1~372 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=5a3a6c09f58a28fee1a673475e1c25b3aea31f60;p=vpp.git Fix remove-rpath script, take 2 Change-Id: If0fc5adb495b243dc9d7bfb8112ffee79ca1335e Signed-off-by: Damjan Marion --- 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