From f5ecd443f41beb11ceb456c6b0c867c7cfde55ce Mon Sep 17 00:00:00 2001 From: "Andrew C. Martin" Date: Thu, 7 Mar 2013 20:27:04 -0700 Subject: [PATCH] use http for cloning dtv-scan-tables git repo - this allows ./configure to not hang when ran behind a firewall --- support/getmuxlist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/getmuxlist b/support/getmuxlist index baa7d6dc..ec39018b 100755 --- a/support/getmuxlist +++ b/support/getmuxlist @@ -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