local path for qtox
This commit is contained in:
parent
56fea6e8a9
commit
b776fbf0d6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue