Improve find-and-remove invocation for .la files

This commit is contained in:
Benjamin A. Beasley 2021-02-11 07:31:24 -05:00
parent edb3efc538
commit 1152d79060

View File

@ -64,7 +64,7 @@ documentation browser or through a web browser at
%install
%make_install
find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
find %{buildroot} -type f -name '*.la' -print -delete
%files