[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30875] trunk/blender/source/darwin/ Makefile: Fix make/darwin build, was not updated for moved bin/ directory.

Brecht Van Lommel brecht at blender.org
Thu Jul 29 15:04:20 CEST 2010


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





More information about the Bf-blender-cvs mailing list