From 5934ae0c85dfbff15ede6c71bf65acd69451c02c Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 25 Oct 2013 21:46:43 +0200 Subject: Fixed Bug in Makefile --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3