Brainfart cleanup.

This commit is contained in:
Nathan Letwory
2010-07-05 09:33:17 +00:00
parent 51e74c26f7
commit 49b13c5385

View File

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