Added a line in 'make release' that moves the .blender directory to the

MacOS directory.
This commit is contained in:
Ton Roosendaal 2004-07-30 09:55:47 +00:00
parent 7ce069850f
commit f73d81377a

@ -143,6 +143,11 @@ endif
@[ ! -d bpydata ] || cp -r bpydata $(CONFDIR)/bpydata
@[ ! -d $(CONFDIR)/bpydata ] || rm -fr $(CONFDIR)/bpydata/CVS
ifeq ($(OS),darwin)
@echo "----> Move .blender to .app/Contents/MacOS/"
@mv $(DISTDIR)/.blender $(DISTDIR)/blender$(EXT0)/Contents/MacOS/
endif
ifneq ($(NOSTRIP),true)
@echo "----> Strip blender executable"
ifeq ($(OS),darwin)