[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22167] branches/blender2.5/blender/ release/Makefile: * unzip osx python modules on make release, too

Matt Ebb matt at mke3.net
Mon Aug 3 06:55:33 CEST 2009


Revision: 22167
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22167
Author:   broken
Date:     2009-08-03 06:55:32 +0200 (Mon, 03 Aug 2009)

Log Message:
-----------
* unzip osx python modules on make release, too

Modified Paths:
--------------
    branches/blender2.5/blender/release/Makefile

Modified: branches/blender2.5/blender/release/Makefile
===================================================================
--- branches/blender2.5/blender/release/Makefile	2009-08-03 01:24:55 UTC (rev 22166)
+++ branches/blender2.5/blender/release/Makefile	2009-08-03 04:55:32 UTC (rev 22167)
@@ -166,6 +166,10 @@
 
 	@echo "----> Copy python UI files"
 	@[ ! -d ui ] || cp -r ui $(CONFDIR)/ui
+	
+	@echo "----> Copy python modules"
+	@mkdir $(CONFDIR)/python/
+	@unzip -q $(LCGDIR)/release/python.zip -d $(CONFDIR)/python/	
 
     ifeq ($(OS),darwin)
 	@echo "----> Move .blender to .app/Contents/MacOS/"





More information about the Bf-blender-cvs mailing list