autoPatchelfHook: fix bug introduced by #101142
This commit is contained in:
parent
57e9cb9112
commit
4ac5d22654
@ -129,8 +129,7 @@ autoPatchelfFile() {
|
|||||||
# clear the RPATH first.
|
# clear the RPATH first.
|
||||||
runPatchelf --remove-rpath "$toPatch"
|
runPatchelf --remove-rpath "$toPatch"
|
||||||
|
|
||||||
local missing
|
local missing="$(
|
||||||
missing="$(
|
|
||||||
ldd "$toPatch" 2> /dev/null | \
|
ldd "$toPatch" 2> /dev/null | \
|
||||||
sed -n -e 's/^[\t ]*\([^ ]\+\) => not found.*/\1/p'
|
sed -n -e 's/^[\t ]*\([^ ]\+\) => not found.*/\1/p'
|
||||||
)"
|
)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user