[Bf-blender-cvs] [9107b48] master: install_deps: fix typo preventing installation of libsndfile on Fedora-like distro.

Bastien Montagne noreply at git.blender.org
Mon Jan 11 09:54:57 CET 2016


Commit: 9107b48e5a10a4765a9fab621bb7dd2e2fb50708
Author: Bastien Montagne
Date:   Mon Jan 11 09:23:31 2016 +0100
Branches: master
https://developer.blender.org/rB9107b48e5a10a4765a9fab621bb7dd2e2fb50708

install_deps: fix typo preventing installation of libsndfile on Fedora-like distro.

===================================================================

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 c96c629..55c7f2a 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -2786,7 +2786,7 @@ install_RPM() {
   SNDFILE_DEV="libsndfile-devel"
   check_package_RPM $SNDFILE_DEV
   if [ $? -eq 0 ]; then
-    install_packages_RMP $SNDFILE_DEV
+    install_packages_RPM $SNDFILE_DEV
   fi
 
   if [ "$WITH_ALL" = true ]; then




More information about the Bf-blender-cvs mailing list