mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 10:10:28 +01:00
tools: find the NetworkManager-all-sym binary location
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/732
This commit is contained in:
parent
3389192703
commit
e643662348
1 changed files with 4 additions and 1 deletions
|
|
@ -40,7 +40,10 @@ call_nm() {
|
|||
}
|
||||
|
||||
get_symbols_nm () {
|
||||
base=./src/NetworkManager-all-sym
|
||||
base=./src/.libs/NetworkManager-all-sym
|
||||
if ! test -f "$base"; then
|
||||
base=./src/NetworkManager-all-sym
|
||||
fi
|
||||
call_nm "$base" |
|
||||
sed -n 's/^[tTDGRBS] //p' |
|
||||
_sort
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue