From: Jaroslav Kysela Date: Fri, 5 May 2017 11:41:34 +0000 (+0200) Subject: Makefile: fix 'Receiving' msg for dvb-scan tables X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70af98472399c1d9a20a731eaa2c9a8dfd55fb38;p=thirdparty%2Ftvheadend.git Makefile: fix 'Receiving' msg for dvb-scan tables --- diff --git a/Makefile b/Makefile index 6208fc581..844edc46e 100644 --- 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 $@