From 580e03e43223693ec04eb486f041d1f1432128fc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 4 Jun 2020 14:17:05 +0200 Subject: pin-dependencies.PKGBUILDpatch: really do not complain about supposedly-missing library dependencies if the package itself provides them --- pin-dependencies.PKGBUILDpatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pin-dependencies.PKGBUILDpatch') 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 \ -- cgit v1.2.3-54-g00ecf