From b776fbf0d6197dd0d5b874007a6ec2420223a237 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 28 Sep 2017 20:14:01 +0100 Subject: [PATCH] local path for qtox --- src/freedombone-app-tox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/freedombone-app-tox b/src/freedombone-app-tox index 23faaee2..41babbef 100755 --- a/src/freedombone-app-tox +++ b/src/freedombone-app-tox @@ -165,9 +165,10 @@ cmake . make make install EOF - if [ ! -f ${rootdir}/usr/bin/qtox ]; then + if [ ! -f ${rootdir}/usr/local/bin/qtox ]; then exit 75784 fi + cp ${rootdir}/usr/local/bin/qtox ${rootdir}/usr/bin/qtox } function reconfigure_tox {