misc: nit

This commit is contained in:
Dylan Araps 2021-07-03 22:20:19 +00:00
parent 127cf15c12
commit 000e8e36d3
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 20 additions and 19 deletions

3
kiss
View File

@ -732,7 +732,8 @@ pkg_build() {
# 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).
find "$pkg_dir/$pkg/usr/lib" -name \*.la -exec rm -f {} + 2>/dev/null ||:
find "$pkg_dir/$pkg/usr/lib" \
-name \*.la -exec rm -f {} + 2>/dev/null || :
# Remove this unneeded file from all packages as it is an endless
# source of conflicts. This is used with info pages we we do not support.