]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile: fix 'Receiving' msg for dvb-scan tables
authorJaroslav Kysela <perex@perex.cz>
Fri, 5 May 2017 11:41:34 +0000 (13:41 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 5 May 2017 11:41:34 +0000 (13:41 +0200)
Makefile

index 6208fc58169e8d8426133460a5fe702bab290bc9..844edc46e72725fc902a9490dfd9152ff05ec037 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -780,7 +780,7 @@ endif
 
 # linuxdvb git tree
 $(ROOTDIR)/data/dvb-scan/.stamp:
-       @echo "Receiving data/dvb-scan/dvb-t from https://github.com/tvheadend/dtv-scan-tables.git#tvheadend"
+       @echo "Receiving data/dvb-scan from https://github.com/tvheadend/dtv-scan-tables.git#tvheadend"
        @rm -rf $(ROOTDIR)/data/dvb-scan/*
        @$(ROOTDIR)/support/getmuxlist $(ROOTDIR)/data/dvb-scan
        @touch $@