summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hagmann <andreas@macbookpro.home>2013-11-17 01:15:39 +0100
committerAndreas Hagmann <andreas@macbookpro.home>2013-11-17 01:15:39 +0100
commit4a841324500141349322e39376389c5de4bdcf6a (patch)
tree17a3acd7f17cd70eb6320b84134681e7acf0c01a
parent71f08b4074c3f022057c0b609cc1658863844086 (diff)
downloadvdr-plugin-gamepad-4a841324500141349322e39376389c5de4bdcf6a.tar.gz
vdr-plugin-gamepad-4a841324500141349322e39376389c5de4bdcf6a.tar.bz2
change config file install path
-rwxr-xr-xMakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d4c1989..8c239b7 100755
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ LIBDIR = $(call PKGCFG,libdir)
LOCDIR = $(call PKGCFG,locdir)
PLGCFG = $(call PKGCFG,plgcfg)
VDRCONFDIR = $(call PKGCFG,configdir)
-PLGRESDIR = $(call PKGCFG,resdir)/plugins/$(PLUGIN)
+PLGCONFDIR = $(call PKGCFG,configdir)/plugins/$(PLUGIN)
TMPDIR ?= /tmp
### The compiler options:
@@ -109,8 +109,8 @@ install-lib: $(SOFILE)
install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)
install-config:
- mkdir -p $(DESTDIR)$(PLGRESDIR)
- cp keymap.txt $(DESTDIR)$(PLGRESDIR)/keymap.txt
+ mkdir -p $(DESTDIR)$(PLGCONFDIR)
+ cp keymap.txt $(DESTDIR)$(PLGCONFDIR)/keymap.txt
install: install-lib install-i18n install-config