[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35869] trunk/blender/build_files/scons/ tools/btools.py: build target was changing into wrong directory.

Nathan Letwory nathan at letworyinteractive.com
Tue Mar 29 14:10:41 CEST 2011


Revision: 35869
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35869
Author:   jesterking
Date:     2011-03-29 12:10:41 +0000 (Tue, 29 Mar 2011)
Log Message:
-----------
build target was changing into wrong directory.

Modified Paths:
--------------
    trunk/blender/build_files/scons/tools/btools.py

Modified: trunk/blender/build_files/scons/tools/btools.py
===================================================================
--- trunk/blender/build_files/scons/tools/btools.py	2011-03-29 11:50:37 UTC (rev 35868)
+++ trunk/blender/build_files/scons/tools/btools.py	2011-03-29 12:10:41 UTC (rev 35869)
@@ -611,7 +611,7 @@
     #### change to suit install dir ####
     inst_dir = install_base_dir + env['BF_INSTALLDIR']
     
-    os.chdir("windows/installer")
+    os.chdir(rel_dir)
 
     ns = open("00.sconsblender.nsi","r")
 




More information about the Bf-blender-cvs mailing list