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:
authorChris Want <cwant@ualberta.ca>2003-05-14 17:47:36 +0400
committerChris Want <cwant@ualberta.ca>2003-05-14 17:47:36 +0400
commit05245ef6f1684ea54437e853f6d1c83ec91e571f (patch)
treee12d94404836ddf734dc8ffd547185406327fdf5 /release/Makefile
parent71fa539b9394214b4db1d8184812fb1472931b9f (diff)
Irix doesn't like 'cp -a' for recursive copying
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