diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-04-15 12:22:30 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-16 07:41:24 -0700 |
commit | d661189b543aaf5bedebccb6f562e271078203d9 (patch) | |
tree | c6556134b55477647c8ea6dcd2b535848ef958ac /scripts/build.sh | |
parent | a19f9c22ce9709fae6aa88ddb27a0cf42a820c46 (diff) | |
download | subsurface-d661189b543aaf5bedebccb6f562e271078203d9.tar.gz |
Change remotes for git clone for libdc, marble and Subsurface to Github
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 211419be0..3f0e637ca 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -162,7 +162,7 @@ if [ $BUILDMARBLE = 1 ]; then if [[ $1 = local ]] ; then git clone $SRC/../marble-source marble-source else - git clone -b Subsurface-branch git://subsurface-divelog.org/marble marble-source + git clone -b Subsurface-branch git://github.com/Subsurface-divelog/marble.git marble-source fi fi cd marble-source |