summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pin-dependencies.PKGBUILDpatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pin-dependencies.PKGBUILDpatch b/pin-dependencies.PKGBUILDpatch
index 48c8aef9..8512f8bd 100644
--- a/pin-dependencies.PKGBUILDpatch
+++ b/pin-dependencies.PKGBUILDpatch
@@ -11,7 +11,7 @@ if printf '%s\n' "${arch[@]}" | grep -qvxF any; then
| sort -u
for _libdir in "${pkgdir}/usr"/lib*; do
[ -d "${_libdir}" ] || continue
- find "${_libdir}" -type f -printf '%f\n%f\n'
+ find "${_libdir}" -not -type d -name '*.so*' -printf '%f\n%f\n'
done
} \
| sort \