Improve find-and-remove invocation for .la files
This commit is contained in:
parent
edb3efc538
commit
1152d79060
@ -64,7 +64,7 @@ documentation browser or through a web browser at
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -type f -name '*.la' -print -delete
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user