From: Damjan Marion Date: Tue, 27 May 2014 21:45:15 +0000 (+0200) Subject: build: download dvbscan files even if linuxdvb is disabled X-Git-Tag: v4.1~2024^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F403%2Fhead;p=thirdparty%2Ftvheadend.git build: download dvbscan files even if linuxdvb is disabled --- diff --git a/configure b/configure index 0072a53d5..a637379f1 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