Missing option

This commit is contained in:
Bob Mottram 2016-04-12 15:43:07 +01:00
parent 5ce175cf86
commit 8eaf6e64e3
2 changed files with 2 additions and 2 deletions

View File

@ -6580,7 +6580,7 @@ function install_tox_client {
return return
fi fi
${PROJECT_NAME}-mesh-install tox_client ${PROJECT_NAME}-mesh-install -f tox_client
if [ ! "$?" = "0" ]; then if [ ! "$?" = "0" ]; then
echo $'Could not install Tox client' echo $'Could not install Tox client'
exit 67248 exit 67248

View File

@ -596,7 +596,7 @@ function mesh_tox_client {
if [ ${#TOXIC_REPO_MAIN} -gt 5 ]; then if [ ${#TOXIC_REPO_MAIN} -gt 5 ]; then
TOXIC_REPO=$TOXIC_REPO_MAIN TOXIC_REPO=$TOXIC_REPO_MAIN
fi fi
$CHROOT_PREFIX apt-get -y install libncursesw5-dev libconfig-dev libqrencode-dev $CHROOT_PREFIX apt-get -y install libncursesw5-dev libconfig-dev libqrencode-dev
$CHROOT_PREFIX apt-get -y install libcurl4-openssl-dev libvpx-dev libopenal-dev $CHROOT_PREFIX apt-get -y install libcurl4-openssl-dev libvpx-dev libopenal-dev