Do not fail in install_build task
[tridge/autocluster.git] / base / all / root / scripts / tasks / install_build.sh
index 73bf651f966700304ca167fcac4f1bfae237e5e2..7f702bc6c133e8e260cc40b2af6a62747f74e1f9 100755 (executable)
@@ -8,7 +8,7 @@ yum -y install rpmdevtools
 # CTDB pmda code.  It is OK if this fails (these packages are only
 # available in EPEL) since this script will continue...
 echo "Installing PCP development libraries - this may fail"
-yum -y install pcp-libs pcp-libs-devel
+yum -y install pcp-libs pcp-libs-devel || true
 
 # Packages required for samba development
 echo "Installing Samba build dependencies"