mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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
|
if [[ $1 = local ]] ; then
|
||||||
git clone $SRC/../grantlee grantlee
|
git clone $SRC/../grantlee grantlee
|
||||||
else
|
else
|
||||||
git clone git://subsurface-divelog.org/grantlee
|
git clone git://github.com/steveire/grantlee.git
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
cd grantlee
|
cd grantlee
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue