mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +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
|
||||
git clone $SRC/../grantlee grantlee
|
||||
else
|
||||
git clone git://gitorious.org/grantlee/grantlee
|
||||
git clone https://gitorious.org/grantlee/grantlee.git
|
||||
fi
|
||||
fi
|
||||
cd grantlee
|
||||
|
|
Loading…
Add table
Reference in a new issue