local path for qtox
This commit is contained in:
parent
56fea6e8a9
commit
b776fbf0d6
|
@ -165,9 +165,10 @@ cmake .
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
EOF
|
EOF
|
||||||
if [ ! -f ${rootdir}/usr/bin/qtox ]; then
|
if [ ! -f ${rootdir}/usr/local/bin/qtox ]; then
|
||||||
exit 75784
|
exit 75784
|
||||||
fi
|
fi
|
||||||
|
cp ${rootdir}/usr/local/bin/qtox ${rootdir}/usr/bin/qtox
|
||||||
}
|
}
|
||||||
|
|
||||||
function reconfigure_tox {
|
function reconfigure_tox {
|
||||||
|
|
Loading…
Reference in New Issue