projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
851fac0
)
* Fix makefiles once more, change tabs to spaces
author
Matt Ebb <matt@mke3.net>
Mon, 3 Aug 2009 05:21:13 +0000
(
05:21
+0000)
committer
Matt Ebb <matt@mke3.net>
Mon, 3 Aug 2009 05:21:13 +0000
(
05:21
+0000)
release/Makefile
patch
|
blob
|
history
diff --git
a/release/Makefile
b/release/Makefile
index d9631dc895f13439da519fab9079e09fbbcdfe1b..24827014b16e7e7d1111195f6fd630c349a2403f 100644
(file)
--- 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/"