Fix remove-rpath script, take 2
Change-Id: If0fc5adb495b243dc9d7bfb8112ffee79ca1335e Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user