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 + 1 file changed, 1 insertion(+) (limited to 'plugins/profiler/vdrDVBProfiler/Makefile') 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 -- cgit v1.2.3