build target was changing into wrong directory.

This commit is contained in:
Nathan Letwory 2011-03-29 12:10:41 +00:00
parent aa2269e065
commit e4ef822ecd
1 changed files with 1 additions and 1 deletions

View File

@ -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")