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
This commit is contained in:
parent
a68f5bcc6f
commit
360cde9d36
|
@ -138,10 +138,10 @@ install() {
|
||||||
|
|
||||||
#cd $MAIN_DIR # just in case
|
#cd $MAIN_DIR # just in case
|
||||||
# Toxcore
|
# Toxcore
|
||||||
if [[ -e $TOX_DIR/.git/index ]]
|
if [[ -e $TOXCORE_DIR/.git/index ]]
|
||||||
then
|
then
|
||||||
fcho "Toxcore git repo already in place !"
|
fcho "Toxcore git repo already in place !"
|
||||||
cd $TOX_DIR
|
cd $TOXCORE_DIR
|
||||||
git pull
|
git pull
|
||||||
else
|
else
|
||||||
fcho "Cloning Toxcore git ... "
|
fcho "Cloning Toxcore git ... "
|
||||||
|
@ -295,7 +295,7 @@ bootstrap() {
|
||||||
build_toxcore
|
build_toxcore
|
||||||
|
|
||||||
#Boot Strap
|
#Boot Strap
|
||||||
fcho "Running: sudo ${QTOX_DIR_VER}/bootstrap-osx.sh"
|
fcho "Running: sudo ${QTOX_DIR}/bootstrap-osx.sh"
|
||||||
cd $QTOX_DIR
|
cd $QTOX_DIR
|
||||||
sudo ./bootstrap-osx.sh
|
sudo ./bootstrap-osx.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user