Peg toxcore to a commit

This commit is contained in:
Bob Mottram 2016-05-28 09:34:18 +01:00
parent fafadac212
commit ce846f4fb8
1 changed files with 212 additions and 211 deletions

View File

@ -84,6 +84,7 @@ function install_toxcore {
cd ~/develop
git clone $TOXCORE_REPO ~/develop/toxcore
cd ~/develop/toxcore
git checkout $TOXCORE_COMMIT -b $TOXCORE_COMMIT
autoreconf -i
./configure --enable-daemon
if [ ! "$?" = "0" ]; then