Revision: 30875
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30875
Author:   blendix
Date:     2010-07-29 15:04:20 +0200 (Thu, 29 Jul 2010)

Log Message:
-----------
Fix make/darwin build, was not updated for moved bin/ directory.

Modified Paths:
--------------
    trunk/blender/source/darwin/Makefile

Modified: trunk/blender/source/darwin/Makefile
===================================================================
--- trunk/blender/source/darwin/Makefile        2010-07-29 12:16:15 UTC (rev 
30874)
+++ trunk/blender/source/darwin/Makefile        2010-07-29 13:04:20 UTC (rev 
30875)
@@ -47,9 +47,9 @@
        @echo "---> copying message files"
        @cp -R $(NANBLENDERHOME)/release/bin/.blender/locale 
$(DIR)/bin/$(APPLICATION).app/Contents/Resources
        @echo "---> copying .Blanguages"
-       @cp $(NANBLENDERHOME)/bin/.blender/.Blanguages 
$(DIR)/bin/$(APPLICATION).app/Contents/Resources
+       @cp $(NANBLENDERHOME)/release/bin/.blender/.Blanguages 
$(DIR)/bin/$(APPLICATION).app/Contents/Resources
        @echo "---> copying .blender/ scripts"
-       @cp -R $(NANBLENDERHOME)/bin/.blender 
$(DIR)/bin/$(APPLICATION).app/Contents/MacOS
+       @cp -R $(NANBLENDERHOME)/release/bin/.blender 
$(DIR)/bin/$(APPLICATION).app/Contents/MacOS
        @cp -R $(NANBLENDERHOME)/release/scripts 
$(DIR)/bin/$(APPLICATION).app/Contents/MacOS/.blender/
        @echo "---> copying python modules"
        @mkdir $(DIR)/bin/$(APPLICATION).app/Contents/MacOS/.blender/python


_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to