projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117ac6a
)
Fix locale+font copy.
author
Nathan Letwory <nathan@letworyinteractive.com>
Mon, 29 Aug 2011 06:28:09 +0000
(06:28 +0000)
committer
Nathan Letwory <nathan@letworyinteractive.com>
Mon, 29 Aug 2011 06:28:09 +0000
(06:28 +0000)
Wrong dir was being walked, causing the locales and font to not be copied.
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index 14e43e37d65509a4db25f45b7cb0e90a79f179af..72a6146bcc075c4d2b81df225968869a33360a08 100644
(file)
--- 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: