2.5
Make: removing hidden directories from .app failed.
This commit is contained in:
@@ -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 {} \;
|
||||
|
||||
Reference in New Issue
Block a user