ldd prefixes with a tab...

This commit is contained in:
git-bruh 2022-09-03 14:03:03 +05:30
parent 2afac4e981
commit fd3fe16812
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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"}