[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32111] branches/bmesh/blender/build_files /scons/tools/Blender.py: ...and one more scons fix

Joseph Eagar joeedh at gmail.com
Sat Sep 25 04:36:08 CEST 2010


Revision: 32111
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32111
Author:   joeedh
Date:     2010-09-25 04:36:08 +0200 (Sat, 25 Sep 2010)

Log Message:
-----------
...and one more scons fix

Modified Paths:
--------------
    branches/bmesh/blender/build_files/scons/tools/Blender.py

Modified: branches/bmesh/blender/build_files/scons/tools/Blender.py
===================================================================
--- branches/bmesh/blender/build_files/scons/tools/Blender.py	2010-09-25 02:34:49 UTC (rev 32110)
+++ branches/bmesh/blender/build_files/scons/tools/Blender.py	2010-09-25 02:36:08 UTC (rev 32111)
@@ -480,7 +480,7 @@
     if env['BF_DEBUG']:
         py_zip+= '/release/python' + env['BF_PYTHON_VERSION'].replace('.','') + '_d.zip'
     else:
-    py_zip+= '/release/python' + env['BF_PYTHON_VERSION'].replace('.','') + '.zip'
+        py_zip+= '/release/python' + env['BF_PYTHON_VERSION'].replace('.','') + '.zip'
 
     py_target = env.subst( env['BF_INSTALLDIR'] )
     if py_target[0]=='#':





More information about the Bf-blender-cvs mailing list