mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Build script: switch to working URL for grantlee
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
74f3961b05
commit
e60e133e76
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ if [ ! -d grantlee ] ; then
|
||||||
if [[ $1 = local ]] ; then
|
if [[ $1 = local ]] ; then
|
||||||
git clone $SRC/../grantlee grantlee
|
git clone $SRC/../grantlee grantlee
|
||||||
else
|
else
|
||||||
git clone git://gitorious.org/grantlee/grantlee
|
git clone https://gitorious.org/grantlee/grantlee.git
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
cd grantlee
|
cd grantlee
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue