support: update getmuxlist to work with launchpad.
(cherry picked from commit 205dda1b05
)
This commit is contained in:
parent
7088c9c029
commit
86f7e8ab1b
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue