Build script: switch to working URL for grantlee

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-06-09 16:09:30 -07:00
parent 74f3961b05
commit e60e133e76

View file

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