summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 581efeb..3e3fbf3 100644
--- a/Makefile
+++ b/Makefile
@@ -122,8 +122,8 @@ install-icons:
cp -r icons/* $(DESTDIR)$(PLGRESDIR)/icons
install-themeconfigs:
- mkdir -p $(DESTDIR)$(PLGRESDIR)/themeconfigs
- cp conf/theme-* $(DESTDIR)$(PLGRESDIR)/themeconfigs
+ mkdir -p $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/themeconfigs
+ cp conf/theme-* $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/themeconfigs
install: install-lib install-i18n install-themes install-icons install-themeconfigs