diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-09 16:09:30 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-09 16:09:30 -0700 |
commit | e60e133e76736c0f44a7fe0374ec44044db8cc45 (patch) | |
tree | 6ae2de5c72977960a8d3d09dbdee275e49d39c5d /scripts | |
parent | 74f3961b055741e96f0c4262d639f007de0623f4 (diff) | |
download | subsurface-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-x | scripts/build.sh | 2 |
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 |