From 5a3a6c09f58a28fee1a673475e1c25b3aea31f60 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 13 Jan 2017 22:11:56 +0100 Subject: [PATCH] Fix remove-rpath script, take 2 Change-Id: If0fc5adb495b243dc9d7bfb8112ffee79ca1335e Signed-off-by: Damjan Marion --- build-root/scripts/remove-rpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6