From a2ed1e7f2d2f9275079109b36da7dcbd3f562a84 Mon Sep 17 00:00:00 2001 From: methodus Date: Sun, 4 Nov 2012 22:52:53 +0100 Subject: Added installation of the channelTitle.conf to Makefile --- plugins/profiler/vdrDVBProfiler/Makefile | 1 + plugins/profiler/vdrDVBProfiler/channelTitle.conf | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/profiler/vdrDVBProfiler/Makefile b/plugins/profiler/vdrDVBProfiler/Makefile index e300fc9..bfc8011 100644 --- a/plugins/profiler/vdrDVBProfiler/Makefile +++ b/plugins/profiler/vdrDVBProfiler/Makefile @@ -22,6 +22,7 @@ clean: install: @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _install + cp --remove-destination channelTitle.conf $(VDRCFGDIR) uninstall: @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _uninstall diff --git a/plugins/profiler/vdrDVBProfiler/channelTitle.conf b/plugins/profiler/vdrDVBProfiler/channelTitle.conf index 839da3b..793cbec 100644 --- a/plugins/profiler/vdrDVBProfiler/channelTitle.conf +++ b/plugins/profiler/vdrDVBProfiler/channelTitle.conf @@ -35,5 +35,7 @@ # http://projects.vdr-developer.org/projects/plg-upnp # # Thank you. - -%no;3% %chan% %- |title% \ No newline at end of file +# +# Example: +# +#%no;3% %chan% %- |title% \ No newline at end of file -- cgit v1.2.3