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:
authorMatt Ebb <matt@mke3.net>2009-08-03 09:21:13 +0400
committerMatt Ebb <matt@mke3.net>2009-08-03 09:21:13 +0400
commitacd4b4732bb88e55e333bc1d8025881b7adec894 (patch)
treeb86bf1aad4c61daa2ca5014e4981281e4b22a0a2
parent851fac055ca54a02fdd9e1202470e9dbd7e212a2 (diff)
* Fix makefiles once more, change tabs to spaces
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index d9631dc895f..24827014b16 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -167,11 +167,11 @@ endif
@echo "----> Copy python UI files"
@[ ! -d ui ] || cp -r ui $(CONFDIR)/ui
- ifeq ($(OS),darwin)
+ ifeq ($(OS),darwin)
@echo "----> Copy python modules"
@mkdir $(CONFDIR)/python/
@unzip -q $(LCGDIR)/release/python.zip -d $(CONFDIR)/python/
- endif
+ endif
ifeq ($(OS),darwin)
@echo "----> Move .blender to .app/Contents/MacOS/"