]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
build: download dvbscan files even if linuxdvb is disabled 403/head
authorDamjan Marion <damjan.marion@gmail.com>
Tue, 27 May 2014 21:45:15 +0000 (23:45 +0200)
committerDamjan Marion <damjan.marion@gmail.com>
Wed, 28 May 2014 22:44:12 +0000 (00:44 +0200)
configure

index 0072a53d5a51de7fdbff3ceb439045eb554cd4d8..a637379f1c6c3ce97a172b8b84b13d063df13cbd 100755 (executable)
--- 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