support: update getmuxlist to work with launchpad.

This commit is contained in:
Adam Sutton 2013-02-15 14:14:45 +00:00
parent a1efa161f1
commit 205dda1b05

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)