diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2013-03-29 13:11:11 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2013-03-29 13:11:11 +0100 |
commit | aaf80c65d6b55caa0c97e8b50eb548691ae51807 (patch) | |
tree | 1682057913b04d7bd269b051bf87d0a23e29edb8 /Makefile | |
parent | 7fea7fca409bf75cba18ba5f07c4fe8a3bd72e75 (diff) | |
download | vdr-plugin-epgsearch-aaf80c65d6b55caa0c97e8b50eb548691ae51807.tar.gz vdr-plugin-epgsearch-aaf80c65d6b55caa0c97e8b50eb548691ae51807.tar.bz2 |
install-conf: Create the conf.d dir.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |