Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
chore: Updated build scrips (bootstrap and travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diadlo committed Sep 29, 2016
1 parent 68d3b96 commit 235ba11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis/build-ubuntu-14-04.sh
Expand Up @@ -109,7 +109,7 @@ sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.8 --nodoc -y
sudo ldconfig
cd ..
# toxcore
git clone https://github.com/irungentoo/toxcore.git
git clone https://github.com/toktok/toxcore.git
cd toxcore
autoreconf -if
./configure
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Expand Up @@ -129,7 +129,7 @@ remove_build_dirs
############### install step ###############
#install libtoxcore
if [[ $INSTALL_TOX = "true" ]]; then
git clone https://github.com/irungentoo/toxcore.git \
git clone https://github.com/toktok/toxcore.git \
"${BASE_DIR}/${TOX_CORE_DIR}" --depth 1

pushd ${BASE_DIR}/${TOX_CORE_DIR}
Expand Down
4 changes: 2 additions & 2 deletions osx/qTox-Mac-Deployer-ULTIMATE.sh
Expand Up @@ -130,7 +130,7 @@ install() {
git pull
else
fcho "Cloning Toxcore git ... "
git clone --depth=1 https://github.com/irungentoo/toxcore
git clone --depth=1 https://github.com/toktok/toxcore
fi
# qTox
if [[ $TRAVIS = true ]]
Expand Down Expand Up @@ -273,7 +273,7 @@ helpme() {
echo "-b | --build -- Builds qTox in: ${BUILD_DIR}"
echo "-d | --deploy -- Makes a distributable qTox.app file in: ${DEPLOY_DIR}"
echo "-bs | --bootstrap -- Performs bootstrap steps."
fcho "Issues with Toxcore or qTox should be reported to their respective repos: https://github.com/irungentoo/toxcore | https://github.com/qTox/qTox"
fcho "Issues with Toxcore or qTox should be reported to their respective repos: https://github.com/toktok/toxcore | https://github.com/qTox/qTox"
exit 0
}

Expand Down

0 comments on commit 235ba11

Please sign in to comment.