[libgcal] should be the last spec fixes

thomasj thomasj at fedoraproject.org
Sat Aug 7 21:03:53 UTC 2010


commit f6bdaf28239845f20ca2a849793b6a76823850c0
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Sat Aug 7 23:03:48 2010 +0200

    should be the last spec fixes

 libgcal.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgcal.spec b/libgcal.spec
index f03da3f..22a090b 100644
--- a/libgcal.spec
+++ b/libgcal.spec
@@ -47,7 +47,7 @@ the development files that can be used to link against it.
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -name *.la | xargs rm
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 mkdir -p $RPM_BUILD_ROOT/usr/include/libgcal
 mv $RPM_BUILD_ROOT/usr/include/*.h $RPM_BUILD_ROOT/usr/include/libgcal/


More information about the scm-commits mailing list