Fix comment
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
3323662ee0
commit
262aa6c24e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ library_provides() {
|
||||||
local sofile=$(LC_ALL=C readelf -d "$fn" 2>/dev/null | sed -n 's/.*Library soname: \[\(.*\)\].*/\1/p')
|
local sofile=$(LC_ALL=C readelf -d "$fn" 2>/dev/null | sed -n 's/.*Library soname: \[\(.*\)\].*/\1/p')
|
||||||
|
|
||||||
if [[ -z "$sofile" ]]; then
|
if [[ -z "$sofile" ]]; then
|
||||||
# the library is not versioned
|
# the library has no soname
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue