Ignore .Blanguages and .bfont.ttf when installing.

This files aren't used by blender anymore but they leads to
portable install when using scons.
This commit is contained in:
Sergey Sharybin
2011-09-20 14:41:01 +00:00
parent a130d29817
commit f198961ebc

View File

@@ -522,11 +522,13 @@ if env['OURPLATFORM']!='darwin':
dn.remove('_svn')
for f in df:
# This files aren't used anymore
if f in ['.Blanguages', '.bfont.ttf']:
continue
if not env['WITH_BF_INTERNATIONAL']:
if 'locale' in dp:
continue
if f == '.Blanguages':
continue
if not env['WITH_BF_FREETYPE']:
if f.endswith('.ttf'):
continue