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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user