Commit: 235b58ef310b7aaab67cc490c0e22e599198565d Author: Bastien Montagne Date: Sun Sep 28 15:47:03 2014 +0200 Branches: blender-v2.72-release https://developer.blender.org/rB235b58ef310b7aaab67cc490c0e22e599198565d
Install_deps: Fix stupid mistake in BUILD_NOTE.txt generation since last commit. Reported by Thomas (DingTo) over IRC, thanks. =================================================================== M build_files/build_environment/install_deps.sh =================================================================== diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index f081f43..c734c04 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -40,7 +40,7 @@ SRC="$HOME/src/blender-deps" INST="/opt/lib" TMP="/tmp" CWD=$PWD -INFO_PATH = CWD +INFO_PATH=$CWD # Do not install some optional, potentially conflicting libs by default... WITH_ALL=false _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
