mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
d661189b54
commit
d6f2658268
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue