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:
-rw-r--r--release/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index ae74da6d85b..812182418c4 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -98,6 +98,8 @@ install: package
@# possible overruling .txt text documents
@[ ! -d $(CONFIG_GUESS)/text ] || \
cp -f $(CONFIG_GUESS)/text/*.txt $(DISTDIR)
+ @[ ! -d $(OCGDIR)/bin/.blender ] || \
+ cp -a $(OCGDIR)/bin/.blender $(DISTDIR)
# Python scripts removed for 2.14
#@echo "----> Copy python scripts"