Irix doesn't like 'cp -a' for recursive copying
This commit is contained in:
@@ -101,7 +101,7 @@ install: package
|
|||||||
#on OS X the contents of the .blender dir is already inside the bundle
|
#on OS X the contents of the .blender dir is already inside the bundle
|
||||||
ifneq ($(OS), darwin)
|
ifneq ($(OS), darwin)
|
||||||
@[ ! -d $(OCGDIR)/bin/.blender ] || \
|
@[ ! -d $(OCGDIR)/bin/.blender ] || \
|
||||||
cp -a $(OCGDIR)/bin/.blender $(DISTDIR)
|
cp -r $(OCGDIR)/bin/.blender $(DISTDIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Python scripts removed for 2.14
|
# Python scripts removed for 2.14
|
||||||
|
Reference in New Issue
Block a user