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 /packaging/ios | |
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 'packaging/ios')
-rw-r--r-- | packaging/ios/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh index 784e247aa..69c7d3404 100644 --- a/packaging/ios/build.sh +++ b/packaging/ios/build.sh @@ -335,7 +335,7 @@ echo next building for $ARCH # build libdivecomputer if [ ! -d libdivecomputer ] ; then - 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 cd libdivecomputer git pull --rebase |