[icinga-checkins] icinga.org: icinga-web/jmosshammer/default: * Fixed log dir not being created
git at icinga.org
git at icinga.org
Fri Aug 26 11:33:29 CEST 2011
Module: icinga-web
Branch: jmosshammer/default
Commit: 92d59b76bfbd79e207b11bf6b474c18d64a62a45
URL: https://git.icinga.org/?p=icinga-web.git;a=commit;h=92d59b76bfbd79e207b11bf6b474c18d64a62a45
Author: Jannis Moßhammer <jannis.mosshammer at netways.de>
Date: Fri Aug 26 11:33:15 2011 +0200
* Fixed log dir not being created
---
app/Makefile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/Makefile.in b/app/Makefile.in
index 89b0170..26cdd12 100644
--- a/app/Makefile.in
+++ b/app/Makefile.in
@@ -5,7 +5,7 @@ CFGDIR=@sysconfdir@
BINDIR=@bindir@
CGIDIR=@sbindir@
HTMLDIR=@datarootdir@
-
+LOGFOLDER=@web_log_folder@
INSTALL=@INSTALL@
INSTALL_OPTS=@INSTALL_OPTS@
INSTALL_OPTS_WEB=@INSTALL_OPTS_WEB@
@@ -32,6 +32,6 @@ installdirs:
$(INSTALL) -m 755 $(INSTALL_OPTS_CACHE) -d $(DESTDIR)$(prefix)/app/cache
$(INSTALL) -m 755 $(INSTALL_OPTS_CACHE) -d $(DESTDIR)$(prefix)/app/cache/config
- $(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(prefix)/app/data/log
+ $(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(LOGFOLDER)
$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(prefix)/app/data/tmp
$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(prefix)/app/modules/Reporting/data
More information about the icinga-checkins
mailing list