use http for cloning dtv-scan-tables git repo
- this allows ./configure to not hang when ran behind a firewall
This commit is contained in:
parent
079c006f1f
commit
f5ecd443f4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if [ -d "${DIR}/.git" ]; then
|
|||
|
||||
# Fetch
|
||||
elif [ ! -d "${DIR}" ]; then
|
||||
URL=git://linuxtv.org/dtv-scan-tables.git
|
||||
URL=http://linuxtv.org/git/dtv-scan-tables.git
|
||||
git clone $URL "${DIR}" &> /dev/null
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue