From 262aa6c24ee85f96882c3726cc58e2da31e41bfe Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 13 Feb 2023 21:57:31 +1000 Subject: [PATCH] Fix comment Signed-off-by: Allan McRae --- scripts/libmakepkg/autodep/library_provides.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/libmakepkg/autodep/library_provides.sh.in b/scripts/libmakepkg/autodep/library_provides.sh.in index 46252879..cda61c3c 100644 --- a/scripts/libmakepkg/autodep/library_provides.sh.in +++ b/scripts/libmakepkg/autodep/library_provides.sh.in @@ -44,7 +44,7 @@ library_provides() { local sofile=$(LC_ALL=C readelf -d "$fn" 2>/dev/null | sed -n 's/.*Library soname: \[\(.*\)\].*/\1/p') if [[ -z "$sofile" ]]; then - # the library is not versioned + # the library has no soname continue fi