summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-08-10 17:57:20 +0200
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-08-10 17:57:20 +0200
commite50baedac033c52788f89ad7cb82a21860536147 (patch)
treedc9f77c16cfc9350bd5e62aea5c28efc50451a91 /Makefile
parent2c54114dd8e573d7e2344df5c92175d0db2085a3 (diff)
downloadskin-flatplus-e50baedac033c52788f89ad7cb82a21860536147.tar.gz
skin-flatplus-e50baedac033c52788f89ad7cb82a21860536147.tar.bz2
release version 0.4.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 79da441d..b7a014dd 100644
--- a/Makefile
+++ b/Makefile
@@ -142,8 +142,8 @@ install-icons:
cp -r --remove-destination icons/* $(DESTDIR)$(PLGRESDIR)/icons
install-configs:
- mkdir -p $(DESTDIR)$(PLGRESDIR)/configs
- cp configs/* $(DESTDIR)$(PLGRESDIR)/configs
+ mkdir -p $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/configs
+ cp configs/* $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/configs
install: install-lib install-i18n install-themes install-icons install-decors install-configs