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:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-05-13 14:08:43 +0400
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-05-13 14:08:43 +0400
commitb210d7de47566ec847a9099eedbd325da7cc47b7 (patch)
tree3cc07d4f11170851cb6f694a0bf0333d357e4ee5
parent47aaca72e0c08c3c7426499ab8555a7b442d4b3f (diff)
Copy the .blender directory into DESTDIR for bundling up with release.
-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"