Fix remove-rpath script, take 2

Change-Id: If0fc5adb495b243dc9d7bfb8112ffee79ca1335e
Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
Damjan Marion
2017-01-13 22:11:56 +01:00
parent 3f1309df1b
commit 5a3a6c09f5

View File

@ -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