From 5eb4d89cec56ba142536fcb0af8cd93c1f88b830 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Thu, 23 Apr 2009 09:59:03 +0000 Subject: 2.5 Make: removing hidden directories from .app failed. --- source/darwin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/darwin') 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 {} \; -- cgit v1.2.3