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-08-29 10:28:09 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-08-29 10:28:09 +0400
commit241dc35f0edc60e75118feb75d2be3c08a3343e4 (patch)
tree8bc3e2f94027df8233fe28e8c24e21bef511859c /SConstruct
parent117ac6ac68a43c5455857af5dcc4f52b010e4ea7 (diff)
Fix locale+font copy.
Wrong dir was being walked, causing the locales and font to not be copied.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 14e43e37d65..72a6146bcc0 100644
--- a/SConstruct
+++ b/SConstruct
@@ -493,8 +493,8 @@ datafilestargetlist = []
dottargetlist = []
scriptinstall = []
-if env['OURPLATFORM']!='darwin':
- for dp, dn, df in os.walk('bin/.blender'):
+if env['OURPLATFORM']!='darwin':
+ for dp, dn, df in os.walk('release/bin/.blender'):
if '.svn' in dn:
dn.remove('.svn')
if '_svn' in dn: