diff options
| author | louis <louis.braun@gmx.de> | 2013-10-25 21:46:43 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2013-10-25 21:46:43 +0200 |
| commit | 5934ae0c85dfbff15ede6c71bf65acd69451c02c (patch) | |
| tree | a1a83042472a46f6bf5959051dd7002a9eb4ec95 | |
| parent | 1aa2f6ace2419406b305f9fe238d9d341f761c73 (diff) | |
| download | skin-nopacity-5934ae0c85dfbff15ede6c71bf65acd69451c02c.tar.gz skin-nopacity-5934ae0c85dfbff15ede6c71bf65acd69451c02c.tar.bz2 | |
Fixed Bug in Makefile
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -122,8 +122,8 @@ install-icons: cp -r icons/* $(DESTDIR)$(PLGRESDIR)/icons install-themeconfigs: - mkdir -p $(DESTDIR)$(PLGRESDIR)/themeconfigs - cp conf/theme-* $(DESTDIR)$(PLGRESDIR)/themeconfigs + mkdir -p $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/themeconfigs + cp conf/theme-* $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/themeconfigs install: install-lib install-i18n install-themes install-icons install-themeconfigs |
