summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2012-12-31 12:27:55 +0100
committerlouis <louis.braun@gmx.de>2012-12-31 12:27:55 +0100
commita8ed71a011e404d76f80efcd69483af54ecd88e3 (patch)
tree5020cab536a7a93945e34d063c5cf67f76d51017
parent017fcb2ce669541d82e41692a5cfd4ed0372c01d (diff)
downloadskin-nopacity-a8ed71a011e404d76f80efcd69483af54ecd88e3.tar.gz
skin-nopacity-a8ed71a011e404d76f80efcd69483af54ecd88e3.tar.bz2
Changed Icon storage path to resdir in makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8f5476..9b80624 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(s
LIBDIR = $(DESTDIR)$(call PKGCFG,libdir)
LOCDIR = $(DESTDIR)$(call PKGCFG,locdir)
VDRCONFDIR = $(DESTDIR)$(call PKGCFG,configdir)
-PLGCONFDIR = $(DESTDIR)$(call PKGCFG,configdir)/plugins/$(PLUGIN)
+PLGCONFDIR = $(DESTDIR)$(call PKGCFG,resdir)/plugins/$(PLUGIN)
TMPDIR ?= /tmp
### The compiler options: