From 1152d79060ed40435e3ab7724e437a0132f7440d Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Feb 11 2021 12:31:24 +0000 Subject: Improve find-and-remove invocation for .la files --- diff --git a/cairomm.spec b/cairomm.spec index 027236c..2728146 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -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