summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Stefan Fuchs <sfuchs@gmx.de>2017-04-15 12:25:17 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-04-16 07:41:24 -0700
commitd6f2658268dd67a9e315a79170394fb4ce42e1cb (patch)
tree14dde701ae2e636b1cb1d78bf31fcfbf9ebd66c4 /scripts
parentd661189b543aaf5bedebccb6f562e271078203d9 (diff)
downloadsubsurface-d6f2658268dd67a9e315a79170394fb4ce42e1cb.tar.gz
Change git clone remote for grantlee to Github steveire/grantlee
Change source for grantlee in build.sh to Github steveire/grantlee Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 3f0e637ca..5a95d319c 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -222,7 +222,7 @@ if [ "$BUILDGRANTLEE" = "1" ] ; then
if [[ $1 = local ]] ; then
git clone $SRC/../grantlee grantlee
else
- git clone git://subsurface-divelog.org/grantlee
+ git clone git://github.com/steveire/grantlee.git
fi
fi
cd grantlee