summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-10-25 21:46:43 +0200
committerlouis <louis.braun@gmx.de>2013-10-25 21:46:43 +0200
commit5934ae0c85dfbff15ede6c71bf65acd69451c02c (patch)
treea1a83042472a46f6bf5959051dd7002a9eb4ec95 /Makefile
parent1aa2f6ace2419406b305f9fe238d9d341f761c73 (diff)
downloadskin-nopacity-5934ae0c85dfbff15ede6c71bf65acd69451c02c.tar.gz
skin-nopacity-5934ae0c85dfbff15ede6c71bf65acd69451c02c.tar.bz2
Fixed Bug in Makefile
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