mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(osx): Fix missing variables in macOS build script
(cherry picked from commit 360cde9d36
)
This commit is contained in:
parent
0413e8b372
commit
b40ba27be5
|
@ -138,10 +138,10 @@ install() {
|
|||
|
||||
#cd $MAIN_DIR # just in case
|
||||
# Toxcore
|
||||
if [[ -e $TOX_DIR/.git/index ]]
|
||||
if [[ -e $TOXCORE_DIR/.git/index ]]
|
||||
then
|
||||
fcho "Toxcore git repo already in place !"
|
||||
cd $TOX_DIR
|
||||
cd $TOXCORE_DIR
|
||||
git pull
|
||||
else
|
||||
fcho "Cloning Toxcore git ... "
|
||||
|
@ -295,7 +295,7 @@ bootstrap() {
|
|||
build_toxcore
|
||||
|
||||
#Boot Strap
|
||||
fcho "Running: sudo ${QTOX_DIR_VER}/bootstrap-osx.sh"
|
||||
fcho "Running: sudo ${QTOX_DIR}/bootstrap-osx.sh"
|
||||
cd $QTOX_DIR
|
||||
sudo ./bootstrap-osx.sh
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user