[syncevolution] minor cleanups

Peter Robinson pbrobinson at fedoraproject.org
Wed May 7 12:27:38 UTC 2014


commit 112b1f18df4af2b3b8a0bcf6aac7406200fd0eb7
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed May 7 13:27:57 2014 +0100

    minor cleanups

 syncevolution.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/syncevolution.spec b/syncevolution.spec
index e359ac6..231e160 100644
--- a/syncevolution.spec
+++ b/syncevolution.spec
@@ -103,7 +103,7 @@ make install DESTDIR=%{buildroot} docdir=%{_docdir}
 rm -rf %{buildroot}%{_datadir}/doc
 
 #Remove libtool archives
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -type f -name "*.la" -delete
 
 %find_lang %{name}
 


More information about the scm-commits mailing list