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:
Andrew C. Martin 2013-03-07 20:27:04 -07:00
parent 079c006f1f
commit f5ecd443f4

View file

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