support: update getmuxlist to work with launchpad.

(cherry picked from commit 205dda1b05)
This commit is contained in:
Adam Sutton 2013-02-15 14:14:45 +00:00
parent 7088c9c029
commit 86f7e8ab1b

View file

@ -12,8 +12,9 @@ if [ -d ${DIR}/.git ]; then
(cd ${DIR}; git pull) &> /dev/null
# Fetch
else
rm -rf ${DIR} &> /dev/null
elif [ ! -d ${DIR} ]; then
URL=git://linuxtv.org/dtv-scan-tables.git
git clone $URL ${DIR} &> /dev/null
fi
# Note: will not update existing set (if not .git)