[Erp5-report] r32655 nicolas.dumazet - /spec/mandriva/erp5-official-buildout/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 17 04:05:29 CET 2010


Author: nicolas.dumazet
Date: Wed Feb 17 04:05:26 2010
New Revision: 32655

URL: http://svn.erp5.org?rev=32655&view=rev
Log:
we should not have strange filenames in buildout; just in case, use -print0

Modified:
    spec/mandriva/erp5-official-buildout/erp5-official-buildout.spec

Modified: spec/mandriva/erp5-official-buildout/erp5-official-buildout.spec
URL: http://svn.erp5.org/spec/mandriva/erp5-official-buildout/erp5-official-buildout.spec?rev=32655&r1=32654&r2=32655&view=diff
==============================================================================
--- spec/mandriva/erp5-official-buildout/erp5-official-buildout.spec [utf8] (original)
+++ spec/mandriva/erp5-official-buildout/erp5-official-buildout.spec [utf8] Wed Feb 17 04:05:26 2010
@@ -70,7 +70,7 @@
 %{__mkdir_p} %{buildroot}
 %{__cp} -ar --parents %{installdir} %{buildroot}
 # cleanup .svn files
-find %{buildroot} -name .svn -print | xargs %{__rm} -rf
+find %{buildroot} -name .svn -print0 | xargs -0 %{__rm} -rf
 
 %files
 %defattr(-, root, root, 0755)




More information about the Erp5-report mailing list