Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-03-29 16:10:41 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-03-29 16:10:41 +0400
commite4ef822ecdb1e642012c19fa82cf5a2f796ee0f3 (patch)
tree8c1463ead666b72216c8d51fb235d298fc1c16f2 /build_files/scons/tools
parentaa2269e065b2f3fd3e6da97103843e6ccb2cf18a (diff)
build target was changing into wrong directory.
Diffstat (limited to 'build_files/scons/tools')
-rw-r--r--build_files/scons/tools/btools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 17ee80e6dbd..69bb42264e5 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -611,7 +611,7 @@ def NSIS_Installer(target=None, source=None, env=None):
#### 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")