From a1461fb58ae7ec324387203afbfeb6844d0132d2 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Fri, 11 Jan 2013 22:09:27 +0000 Subject: [PATCH] build: correction to ensure old data is removed. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 0445170d..4bdd99ce 100755 --- a/configure +++ b/configure @@ -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