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