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:
authorStefan Gartner <stefang@aon.at>2003-05-13 15:29:25 +0400
committerStefan Gartner <stefang@aon.at>2003-05-13 15:29:25 +0400
commitee8693d6bfaa06075599b98b43de0d69c2bf9dba (patch)
tree230cb27cde5c310745d04f18c8cb6070806a57f5 /release/Makefile
parentd40cb3da9fde059cf4e57f215997b336bde5e79e (diff)
don't copy the .blender dir to $DISTDIR on OS X, as it's contents is
already in the application bundle
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 812182418c4..b488a2e9eec 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -98,8 +98,11 @@ install: package
@# possible overruling .txt text documents
@[ ! -d $(CONFIG_GUESS)/text ] || \
cp -f $(CONFIG_GUESS)/text/*.txt $(DISTDIR)
+#on OS X the contents of the .blender dir is already inside the bundle
+ifneq ($(OS), darwin)
@[ ! -d $(OCGDIR)/bin/.blender ] || \
cp -a $(OCGDIR)/bin/.blender $(DISTDIR)
+endif
# Python scripts removed for 2.14
#@echo "----> Copy python scripts"