[Erp5-report] r33064 nicolas.dumazet - /erp5/trunk/utils/rpmgen/templates/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 24 02:58:24 CET 2010


Author: nicolas.dumazet
Date: Wed Feb 24 02:58:23 2010
New Revision: 33064

URL: http://svn.erp5.org?rev=33064&view=rev
Log:
cleanup should be done before copy, at build time

Modified:
    erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in

Modified: erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in?rev=33064&r1=33063&r2=33064&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in [utf8] Wed Feb 24 02:58:23 2010
@@ -30,15 +30,15 @@
 cd %{installdir}
 python bootstrap/bootstrap.py
 bin/buildout
+# cleanup .svn files
+find %{buildroot} -name .svn -print0 | xargs -0 %{__rm} -rf
+# tmp-storage created by openoffice build
+%{__rm} -rf tmp-storage
 
 %install
 %{__rm} -rf %{buildroot}
 %{__mkdir_p} %{buildroot}
 %{__cp} -ar --parents %{installdir} %{buildroot}
-# cleanup .svn files
-find %{buildroot} -name .svn -print0 | xargs -0 %{__rm} -rf
-# tmp-storage created by openoffice build
-%{__rm} -rf tmp-storage
 
 %files
 %defattr(-, root, root, 0755)




More information about the Erp5-report mailing list