local path for qtox

This commit is contained in:
Bob Mottram 2017-09-28 20:14:01 +01:00
parent 56fea6e8a9
commit b776fbf0d6
1 changed files with 2 additions and 1 deletions

View File

@ -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 {