mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-13 18:25:17 -07:00
ldd prefixes with a tab...
This commit is contained in:
parent
2afac4e981
commit
fd3fe16812
2
kiss
2
kiss
@ -737,7 +737,7 @@ EOF
|
||||
# Resolve library path. It is already resolved for ldd in the 'lib' field
|
||||
# ldd: libjson-c.so.5 => /lib/libjson-c.so.5 ...
|
||||
case $cmd_elf in *readelf)
|
||||
lib=${ldd#*" $lib => "}
|
||||
lib=${ldd#*" $lib => "}
|
||||
# Remove prefix, else the file will not be owned by any
|
||||
# package in the pkg_owner check below
|
||||
lib=${lib#"$pkg_dir/$repo_name"}
|
||||
|
Loading…
Reference in New Issue
Block a user