summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-09-01 13:49:00 +0200
committerMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-09-01 13:49:00 +0200
commit672ec8b7e10375d178c4803c958c49e816fd673e (patch)
treed5e5d2e8a0270575068c662d811f9ae00819c3cd /Makefile
parentaaeacb41484e988ebab26f4b326ac5ad954de01b (diff)
downloadskin-flat-672ec8b7e10375d178c4803c958c49e816fd673e.tar.gz
skin-flat-672ec8b7e10375d178c4803c958c49e816fd673e.tar.bz2
fixes in SetItem
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 015ae19..d9a0dd6 100644
--- a/Makefile
+++ b/Makefile
@@ -116,8 +116,8 @@ install-themes:
cp themes/* $(DESTDIR)$(VDRCONFDIR)/themes
install-icons:
- mkdir -p $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/icons
- cp -r icons/* $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/icons
+ mkdir -p $(DESTDIR)$(PLGRESDIR)/icons
+ cp -r icons/* $(DESTDIR)$(PLGRESDIR)/icons
install: install-lib install-i18n install-themes install-icons