Fix locale+font copy.

Wrong dir was being walked, causing the locales and font to not be copied.
This commit is contained in:
Nathan Letwory
2011-08-29 06:28:09 +00:00
parent 117ac6ac68
commit 241dc35f0e

View File

@@ -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: