[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29983] trunk/blender/tools/Blender.py: another fix for osx scons

Nathan Letwory nathan at letworyinteractive.com
Mon Jul 5 12:32:16 CEST 2010


Revision: 29983
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29983
Author:   jesterking
Date:     2010-07-05 12:32:14 +0200 (Mon, 05 Jul 2010)

Log Message:
-----------
another fix for osx scons

Modified Paths:
--------------
    trunk/blender/tools/Blender.py

Modified: trunk/blender/tools/Blender.py
===================================================================
--- trunk/blender/tools/Blender.py	2010-07-05 10:18:59 UTC (rev 29982)
+++ trunk/blender/tools/Blender.py	2010-07-05 10:32:14 UTC (rev 29983)
@@ -527,8 +527,8 @@
 #	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)





More information about the Bf-blender-cvs mailing list