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:
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index b488a2e9eec..641aece8a9d 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -101,7 +101,7 @@ install: package
#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)
+ cp -r $(OCGDIR)/bin/.blender $(DISTDIR)
endif
# Python scripts removed for 2.14