From 4a841324500141349322e39376389c5de4bdcf6a Mon Sep 17 00:00:00 2001 From: Andreas Hagmann Date: Sun, 17 Nov 2013 01:15:39 +0100 Subject: change config file install path --- Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3