Mail if there is an installation failure.

This commit is contained in:
Neal Norwitz 2007-06-01 04:56:47 +00:00
parent f0cb1d7ad6
commit 19a7daa507
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ if [ $err = 0 -a "$BUILD_DISABLED" != "yes" ]; then
start=`current_time`
make install >& build/$F
update_status "Installing" "$F" $start
mail_on_failure "install" build/$F
if [ ! -x $PYTHON ]; then
ln -s ${PYTHON}2.* $PYTHON