another fix for osx scons

This commit is contained in:
Nathan Letwory 2010-07-05 10:32:14 +00:00
parent c9f667a92e
commit 462d889720
1 changed files with 2 additions and 2 deletions

View File

@ -527,8 +527,8 @@ def AppIt(target=None, source=None, env=None):
# print cmd
commands.getoutput(cmd)
cmd = builddir + '/%s.app/Contents/MacOS/%s'%(binary,VERSION)
shutil.copy(bldroot + '/bin/'+VERSION+'/.bfont.ttf', cmd)
shutil.copy(bldroot + '/bin/'+VERSION+'/.Blanguages', cmd)
shutil.copy(bldroot + '/bin/.blender/.bfont.ttf', cmd)
shutil.copy(bldroot + '/bin/.blender/.Blanguages', cmd)
cmd = 'cp -R %s/bin/%s/locale %s/%s.app/Contents/Resources/'%(bldroot,VERSION,builddir,binary)
commands.getoutput(cmd)
cmd = 'cp -R %s/bin/%s/locale %s/%s.app/Contents/MacOS/%s/'%(bldroot,VERSION,builddir,binary,VERSION)