[mingw32-boost/f16] Remove all cmake files

Jeroen van Meeuwen kanarip at fedoraproject.org
Wed Mar 28 13:36:39 UTC 2012


commit 744eda22e634a5dc25229232f99b4b897a84d232
Author: Jeroen van Meeuwen (Ergo Project) <jeroen.van.meeuwen at ergo-project.org>
Date:   Wed Mar 28 13:58:25 2012 +0100

    Remove all cmake files

 mingw32-boost.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mingw32-boost.spec b/mingw32-boost.spec
index 286a99d..20c4f26 100644
--- a/mingw32-boost.spec
+++ b/mingw32-boost.spec
@@ -115,7 +115,7 @@ DESTDIR=$RPM_BUILD_ROOT make -C serial VERBOSE=1 install
 # Kill any debug library versions that may show up un-invited.
 %{__rm} -f $RPM_BUILD_ROOT/%{_libdir}/*-d.*
 # Remove cmake configuration files used to build the Boost libraries
-find $RPM_BUILD_ROOT/%{_mingw32_libdir} -name '*.cmake' -exec %{__rm} -f {} \;
+find $RPM_BUILD_ROOT -name '*.cmake' -exec %{__rm} -f {} \;
 
 # Remove scripts used to generate include files
 find $RPM_BUILD_ROOT%{_mingw32_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec %{__rm} -f {} \;


More information about the scm-commits mailing list