From: Michael Tremer Date: Thu, 1 Dec 2022 12:18:33 +0000 (+0000) Subject: find-provides: Process all .so files X-Git-Tag: 0.9.28~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c0c02a73495fa9c8045f8c5fff262d9a3d87832;p=pakfire.git find-provides: Process all .so files Signed-off-by: Michael Tremer --- diff --git a/src/scripts/find-provides b/src/scripts/find-provides index ab651d3f7..d319f1768 100644 --- a/src/scripts/find-provides +++ b/src/scripts/find-provides @@ -122,7 +122,7 @@ main() { ;; # Shared objects - *.so.*) + *.so*) # Skip symlinks if [ -L "${path}" ]; then continue