Check that tomb gets installed
This commit is contained in:
parent
2307844a49
commit
6f25d9782d
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue