diff options
Diffstat (limited to 'plugins/profiler/vdrDVBProfiler/Makefile')
-rw-r--r-- | plugins/profiler/vdrDVBProfiler/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/Makefile b/plugins/profiler/vdrDVBProfiler/Makefile index bfc8011..a1d5c7e 100644 --- a/plugins/profiler/vdrDVBProfiler/Makefile +++ b/plugins/profiler/vdrDVBProfiler/Makefile @@ -9,6 +9,7 @@ CATEGORY = Profiler TARGET = $(SUBPLUGIN)-$(CATEGORY) OBJS = $(SUBPLUGIN)$(CATEGORY).o +DOCS = README ROOTBUILDDIR = ../../.. @@ -22,7 +23,8 @@ clean: install: @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _install - cp --remove-destination channelTitle.conf $(VDRCFGDIR) + @mkdir -p $(DESTDIR)$(VDRCFGDIR) + cp --remove-destination channelTitle.conf $(DESTDIR)$(VDRCFGDIR) uninstall: @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _uninstall |