Check that tomb gets installed

This commit is contained in:
Bob Mottram 2016-07-27 19:43:36 +01:00
parent 2307844a49
commit 6f25d9782d
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ function install_tomb {
fi
make install
if [ ! -f /usr/local/bin/tomb ]; then
exit 93462
fi
echo 'install_tomb' >> $COMPLETION_FILE
}