[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52189] trunk/blender/build_files/ build_environment/install_deps.sh: Fixes for scons

Bastien Montagne montagne29 at wanadoo.fr
Tue Nov 13 19:12:57 CET 2012


Revision: 52189
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52189
Author:   mont29
Date:     2012-11-13 18:12:57 +0000 (Tue, 13 Nov 2012)
Log Message:
-----------
Fixes for scons

Modified Paths:
--------------
    trunk/blender/build_files/build_environment/install_deps.sh

Modified: trunk/blender/build_files/build_environment/install_deps.sh
===================================================================
--- trunk/blender/build_files/build_environment/install_deps.sh	2012-11-13 18:04:52 UTC (rev 52188)
+++ trunk/blender/build_files/build_environment/install_deps.sh	2012-11-13 18:12:57 UTC (rev 52189)
@@ -589,8 +589,8 @@
   INFO ""
   INFO "If you're using SCons add this to your user-config:"
 
-  if [ -d /opt/lib/python3.3 ]; then
-    INFO "BF_PYTHON='/opt/lib/puthon-3.3'"
+  if [ -d /opt/lib/python-3.3 ]; then
+    INFO "BF_PYTHON='/opt/lib/python-3.3'"
     INFO "BF_PYTHON_ABI_FLAGS='m'"
   fi
 




More information about the Bf-blender-cvs mailing list