From e0aee67ccc08de9e2b23d2c866aa147128a87202 Mon Sep 17 00:00:00 2001 From: horchi Date: Fri, 9 Jun 2017 17:50:34 +0200 Subject: 2017-06-09: version 1.1.117 (horchi)\n - change: Fixed install of eventviews*\n\n --- HISTORY.h | 7 +++++-- Makefile | 4 +--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/HISTORY.h b/HISTORY.h index 3796790..c02208b 100644 --- a/HISTORY.h +++ b/HISTORY.h @@ -4,8 +4,8 @@ * ----------------------------------- */ -#define _VERSION "1.1.116" -#define VERSION_DATE "08.06.2017" +#define _VERSION "1.1.117" +#define VERSION_DATE "09.06.2017" #define DB_API 4 #ifdef GIT_REV @@ -17,6 +17,9 @@ /* * ------------------------------------ +2017-06-09: version 1.1.117 (horchi) + - change: Fixed install of eventviews* + 2017-06-08: version 1.1.116 (horchi) - change: Modified user views for better skin support diff --git a/Makefile b/Makefile index ff6e64b..1faf36e 100644 --- a/Makefile +++ b/Makefile @@ -214,9 +214,7 @@ install-config: install --mode=644 -D ./configs/epg.dat $(CONFDEST) for i in ./configs/eventsview*.sql; do\ - if ! test -f "$(CONFDEST)/`basename $$i`"; then\ - install --mode=644 -D "$$i" $(CONFDEST)/; \ - fi;\ + install --mode=644 -D "$$i" $(CONFDEST)/; \ done; if ! test -f $(CONFDEST)/epgd.conf; then \ install --mode=644 -D ./configs/epgd.conf $(CONFDEST)/; \ -- cgit v1.2.3