From a46a6d0dd39db8e3ad546a73c57ece91f92ee5b5 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 27 May 2014 23:45:15 +0200 Subject: [PATCH] build: download dvbscan files even if linuxdvb is disabled --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0072a53d..a637379f 100755 --- a/configure +++ b/configure @@ -303,7 +303,7 @@ fi # # DVB scan # -if enabled linuxdvb && enabled dvbscan; then +if enabled dvbscan; then printf "${TAB}" "fetching dvb-scan files ..." "${ROOTDIR}/support/getmuxlist" if [ $? -ne 0 ]; then