From 18a1a34ead8d4f80008067459d7d011f814da9e1 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 5 May 2017 13:41:34 +0200 Subject: [PATCH] Makefile: fix 'Receiving' msg for dvb-scan tables --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 2.47.2