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:
authorTon Roosendaal <ton@blender.org>2010-11-29 20:23:06 +0300
committerTon Roosendaal <ton@blender.org>2010-11-29 20:23:06 +0300
commitb195cdd14ca16fb66c23d611a8f4b44120bf99a7 (patch)
tree1509f0d694ce73c3629249b836d181f95b2cd761 /release/Makefile
parent01169dd63203e0080796c45f464dbcb92d427280 (diff)
Makefile fix, the getversion.py was using minor release numbers,
which conflicts how paths work in BLI bundle detection.
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 bef76b349b2..f1440c309e4 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -156,7 +156,7 @@ endif
ifeq ($(OS),darwin)
@echo "----> Copy python modules"
@mkdir $(CONFDIR)/python/
- @unzip -q $(LCGDIR)/release/python.zip -d $(CONFDIR)/python/
+ @unzip -q $(LCGDIR)/release/python_ppc.zip -d $(CONFDIR)/python/
endif
ifeq ($(OS),darwin)