Fix locale+font copy.
Wrong dir was being walked, causing the locales and font to not be copied.
This commit is contained in:
@@ -494,7 +494,7 @@ dottargetlist = []
|
||||
scriptinstall = []
|
||||
|
||||
if env['OURPLATFORM']!='darwin':
|
||||
for dp, dn, df in os.walk('bin/.blender'):
|
||||
for dp, dn, df in os.walk('release/bin/.blender'):
|
||||
if '.svn' in dn:
|
||||
dn.remove('.svn')
|
||||
if '_svn' in dn:
|
||||
|
Reference in New Issue
Block a user