summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/profiler/vdrDVBProfiler/Makefile4
-rw-r--r--plugins/provider/fileProvider/Makefile1
-rw-r--r--plugins/provider/recProvider/Makefile1
-rw-r--r--plugins/provider/vdrProvider/Makefile1
4 files changed, 6 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
diff --git a/plugins/provider/fileProvider/Makefile b/plugins/provider/fileProvider/Makefile
index c16064a..4d8f213 100644
--- a/plugins/provider/fileProvider/Makefile
+++ b/plugins/provider/fileProvider/Makefile
@@ -9,6 +9,7 @@ CATEGORY = Provider
TARGET = $(SUBPLUGIN)-$(CATEGORY)
OBJS = $(SUBPLUGIN)$(CATEGORY).o
+DOCS = README
ROOTBUILDDIR = ../../..
diff --git a/plugins/provider/recProvider/Makefile b/plugins/provider/recProvider/Makefile
index ffef840..05a7029 100644
--- a/plugins/provider/recProvider/Makefile
+++ b/plugins/provider/recProvider/Makefile
@@ -9,6 +9,7 @@ CATEGORY = Provider
TARGET = $(SUBPLUGIN)-$(CATEGORY)
OBJS = $(SUBPLUGIN)$(CATEGORY).o
+DOCS = README
ROOTBUILDDIR = ../../..
diff --git a/plugins/provider/vdrProvider/Makefile b/plugins/provider/vdrProvider/Makefile
index 2e47793..f1fdf37 100644
--- a/plugins/provider/vdrProvider/Makefile
+++ b/plugins/provider/vdrProvider/Makefile
@@ -9,6 +9,7 @@ CATEGORY = Provider
TARGET = $(SUBPLUGIN)-$(CATEGORY)
OBJS = $(SUBPLUGIN)$(CATEGORY).o
+DOCS = README
ROOTBUILDDIR = ../../..