[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11475] branches/ndof/tools/Blender.py: a forgotten update of scons needed now we use svn

JLuc Peuriere jlp at nerim.net
Fri Aug 3 00:39:20 CEST 2007


Revision: 11475
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11475
Author:   lukep
Date:     2007-08-03 00:38:38 +0200 (Fri, 03 Aug 2007)

Log Message:
-----------
a forgotten update of scons needed now we use svn

Modified Paths:
--------------
    branches/ndof/tools/Blender.py

Modified: branches/ndof/tools/Blender.py
===================================================================
--- branches/ndof/tools/Blender.py	2007-08-02 21:17:37 UTC (rev 11474)
+++ branches/ndof/tools/Blender.py	2007-08-02 22:38:38 UTC (rev 11475)
@@ -328,7 +328,7 @@
     commands.getoutput(cmd)
     cmd = 'chmod +x  %s/%s.app/Contents/MacOS/%s'%(builddir,binary, binary)
     commands.getoutput(cmd)
-    cmd = 'find %s/%s.app -name CVS -prune -exec rm -rf {} \;'%(builddir, binary)
+    cmd = 'find %s/%s.app -name ".svn" -prune -exec rm -rf {} \;'%(builddir, binary)
     commands.getoutput(cmd)
     cmd = 'find %s/%s.app -name .DS_Store -exec rm -rf {} \;'%(builddir, binary)
     commands.getoutput(cmd)





More information about the Bf-blender-cvs mailing list