forked from kiss-community/kiss
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
|
# Resolve library path. It is already resolved for ldd in the 'lib' field
|
||||||
# ldd: libjson-c.so.5 => /lib/libjson-c.so.5 ...
|
# ldd: libjson-c.so.5 => /lib/libjson-c.so.5 ...
|
||||||
case $cmd_elf in *readelf)
|
case $cmd_elf in *readelf)
|
||||||
lib=${ldd#*" $lib => "}
|
lib=${ldd#*" $lib => "}
|
||||||
# Remove prefix, else the file will not be owned by any
|
# Remove prefix, else the file will not be owned by any
|
||||||
# package in the pkg_owner check below
|
# package in the pkg_owner check below
|
||||||
lib=${lib#"$pkg_dir/$repo_name"}
|
lib=${lib#"$pkg_dir/$repo_name"}
|
||||||
|
Loading…
Reference in New Issue
Block a user