From 05245ef6f1684ea54437e853f6d1c83ec91e571f Mon Sep 17 00:00:00 2001 From: Chris Want Date: Wed, 14 May 2003 13:47:36 +0000 Subject: Irix doesn't like 'cp -a' for recursive copying --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/Makefile') 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 -- cgit v1.2.3