build: correction to ensure old data is removed.
This commit is contained in:
parent
7227c128eb
commit
a1461fb58a
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -178,6 +178,7 @@ if enabled linuxdvb && enabled dvbscan; then
|
|||
if [ -d ${ROOTDIR}/data/dvb-scan/.git ]; then
|
||||
(cd ${ROOTDIR}/data/dvb-scan; git pull) &> /dev/null
|
||||
else
|
||||
rm -rf ${ROOTDIR}/data/dvb-scan &> /dev/null
|
||||
URL=git://linuxtv.org/dtv-scan-tables.git
|
||||
git clone $URL ${ROOTDIR}/data/dvb-scan &> /dev/null
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue