Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
icinga-web
> icinga-web-1.5.1-logdir.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File icinga-web-1.5.1-logdir.patch of Package icinga-web (Revision 46)
Currently displaying revision
46
,
show latest
--- Makefile.in.orig 2011-08-15 23:54:07.759181030 +0200 +++ Makefile.in 2011-08-15 23:54:33.256620771 +0200 @@ -202,7 +202,7 @@ cd $(SRC_SITE) && $(MAKE) install-log: - $(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(LOGDIR) + $(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(LOGDIR) install-all: install-lib install-pub install-etc install-bin install-doc install-app install-log --- app/Makefile.in.orig 2011-09-09 23:02:22.053238842 +0200 +++ app/Makefile.in 2011-09-09 23:02:36.930269635 +0200 @@ -32,6 +32,6 @@ $(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 $(LOGFOLDER) + $(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(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