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>
This commit is contained in:
Stefan Fuchs 2017-04-15 12:25:17 +02:00 committed by Dirk Hohndel
parent d661189b54
commit d6f2658268

View file

@ -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