Use libdc from github now

The build script was cloning the Sursurface branch of libdivecomputer from the "old"
location. Use the new github based location from now on.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-04-12 19:40:19 +02:00 committed by Dirk Hohndel
parent 441260b8bc
commit fd40a29ec8

View file

@ -129,7 +129,7 @@ if [ ! -d libdivecomputer ] ; then
if [[ $1 = local ]] ; then
git clone $SRC/../libdivecomputer libdivecomputer
else
git clone -b Subsurface-branch git://subsurface-divelog.org/libdc libdivecomputer
git clone -b Subsurface-branch git://github.com/Subsurface-divelog/libdc.git libdivecomputer
fi
fi
cd libdivecomputer