summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2013-03-29 13:11:11 +0100
committerChristian Wieninger <cwieninger@gmx.de>2013-03-29 13:11:11 +0100
commitaaf80c65d6b55caa0c97e8b50eb548691ae51807 (patch)
tree1682057913b04d7bd269b051bf87d0a23e29edb8
parent7fea7fca409bf75cba18ba5f07c4fe8a3bd72e75 (diff)
downloadvdr-plugin-epgsearch-aaf80c65d6b55caa0c97e8b50eb548691ae51807.tar.gz
vdr-plugin-epgsearch-aaf80c65d6b55caa0c97e8b50eb548691ae51807.tar.bz2
install-conf: Create the conf.d dir.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 98e7971..3dd12fd 100644
--- a/Makefile
+++ b/Makefile
@@ -263,9 +263,9 @@ install-$(PLUGIN4): libvdr-$(PLUGIN4).so
install -D libvdr-$(PLUGIN4).so $(DESTDIR)$(LIBDIR)/libvdr-$(PLUGIN4).so.$(APIVERSION)
install-conf:
- mkdir -p $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN)
+ mkdir -p $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN)/conf.d
cp -n conf/* $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN)
-
+
install-doc:
mkdir -p $(DESTDIR)$(MANDIR)/man1
mkdir -p $(DESTDIR)$(MANDIR)/man4