From 10e2fd25537910cd0962f54a4b7bc6e1bd1d5368 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 18:30:43 +0300 Subject: [PATCH] misc: nit --- kiss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kiss b/kiss index 82d1bb2..1b9ee71 100755 --- a/kiss +++ b/kiss @@ -771,8 +771,7 @@ pkg_build() { run_hook post-build "$pkg" "$pkg_dir/$pkg" # Remove all .la files from the packages. They're unneeded and cause - # issues when a package stops providing one. This recently caused an - # issue with harfbuzz (See: 05096e5a4dc6db5d202342f538d067d87ae7135e). + # issues when a package stops providing one. find "$pkg_dir/$pkg/usr/lib" \ -name \*.la -exec rm -f {} + 2>/dev/null || :