summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-09 16:09:30 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-09 16:09:30 -0700
commite60e133e76736c0f44a7fe0374ec44044db8cc45 (patch)
tree6ae2de5c72977960a8d3d09dbdee275e49d39c5d /scripts
parent74f3961b055741e96f0c4262d639f007de0623f4 (diff)
downloadsubsurface-e60e133e76736c0f44a7fe0374ec44044db8cc45.tar.gz
Build script: switch to working URL for grantlee
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index f51314a5f..89c682b6d 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -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