From c1fd3ae7a0228ed44a6c4ce481694b41eca0f030 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 29 Jul 2010 13:04:20 +0000 Subject: Fix make/darwin build, was not updated for moved bin/ directory. --- source/darwin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/darwin/Makefile b/source/darwin/Makefile index 9095f1d8e92..7e65d399d44 100644 --- a/source/darwin/Makefile +++ b/source/darwin/Makefile @@ -47,9 +47,9 @@ ifeq ($(APPLICATION), blender) @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 -- cgit v1.2.3