Irix doesn't like 'cp -a' for recursive copying

This commit is contained in:
Chris Want
2003-05-14 13:47:36 +00:00
parent 71fa539b93
commit 05245ef6f1

View File

@@ -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