summaryrefslogtreecommitdiff
path: root/plugins/profiler/vdrDVBProfiler/Makefile
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-11-04 22:52:53 +0100
committermethodus <methodus@web.de>2012-11-04 22:52:53 +0100
commita2ed1e7f2d2f9275079109b36da7dcbd3f562a84 (patch)
tree3a4d8183b5e047ef703af479483b40588e27623d /plugins/profiler/vdrDVBProfiler/Makefile
parentba10b6c4a9fa17f7c18483f784d4d421268cd10e (diff)
downloadvdr-plugin-upnp-a2ed1e7f2d2f9275079109b36da7dcbd3f562a84.tar.gz
vdr-plugin-upnp-a2ed1e7f2d2f9275079109b36da7dcbd3f562a84.tar.bz2
Added installation of the channelTitle.conf to Makefile
Diffstat (limited to 'plugins/profiler/vdrDVBProfiler/Makefile')
-rw-r--r--plugins/profiler/vdrDVBProfiler/Makefile1
1 files changed, 1 insertions, 0 deletions
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