summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY.h7
-rw-r--r--Makefile4
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)/; \