Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-04-23 13:59:03 +0400
committerTon Roosendaal <ton@blender.org>2009-04-23 13:59:03 +0400
commit5eb4d89cec56ba142536fcb0af8cd93c1f88b830 (patch)
treec762e2e0d3013a3cb47fe0eb7c974dfa7d3773a5 /source/darwin
parente948fe30783928c389817ed288ecede1cd48dc87 (diff)
2.5
Make: removing hidden directories from .app failed.
Diffstat (limited to 'source/darwin')
-rw-r--r--source/darwin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/darwin/Makefile b/source/darwin/Makefile
index 2df891d5887..35ecc6de8f1 100644
--- a/source/darwin/Makefile
+++ b/source/darwin/Makefile
@@ -52,7 +52,7 @@ ifeq ($(APPLICATION), blender)
@echo "---> copying ui scripts"
@cp -R $(NANBLENDERHOME)/release/ui $(DIR)/bin/$(APPLICATION).app/Contents/MacOS/.blender/
endif
- @echo "---> removing CVS directories and Mac hidden files from distribution"
+ @echo "---> removing SNV directories and Mac hidden files from distribution"
@find $(DIR)/bin/$(APPLICATION).app -name CVS -prune -exec rm -rf {} \;
@find $(DIR)/bin/$(APPLICATION).app -name .DS_Store -exec rm -f {} \;
- @find $(DIR)/bin/$(APPLICATION).app -name .svn -exec rm -rf {} \;
+ @find $(DIR)/bin/$(APPLICATION).app -name .svn -prune -exec rm -rf {} \;