[-]
[+]
|
Changed |
icinga-web.spec
|
|
[-]
[+]
|
Added |
icinga-web-1.5.1-webcfgdir.patch
^
|
@@ -0,0 +1,20 @@
+--- etc/sitecfg/Makefile.in.orig 2011-09-10 12:17:09.576801810 +0200
++++ etc/sitecfg/Makefile.in 2011-09-10 12:17:31.474570009 +0200
+@@ -15,10 +15,10 @@
+ $(INSTALL) -m 755 $(INSTALL_OPTS) settings.site.xml $(DESTDIR)$(prefix)/app/config/settings.site.xml
+ $(INSTALL) -m 755 $(INSTALL_OPTS) factories.site.xml $(DESTDIR)$(prefix)/app/config/factories.site.xml
+
+- $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(prefix)$(WEB_CFG_DIR)
+- $(INSTALL) -m 755 $(INSTALL_OPTS) access.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/access.xml
+- $(INSTALL) -m 755 $(INSTALL_OPTS) auth.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/auth.xml
+- $(INSTALL) -m 755 $(INSTALL_OPTS) databases.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/databases.xml
+- $(INSTALL) -m 755 $(INSTALL_OPTS) cronks.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/cronks.xml
+- $(INSTALL) -m 755 $(INSTALL_OPTS) translation.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/translation.xml
+- $(INSTALL) -m 755 $(INSTALL_OPTS) reporting.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/reporting.xml
++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(WEB_CFG_DIR)
++ $(INSTALL) -m 755 $(INSTALL_OPTS) access.xml $(DESTDIR)$(WEB_CFG_DIR)/access.xml
++ $(INSTALL) -m 755 $(INSTALL_OPTS) auth.xml $(DESTDIR)$(WEB_CFG_DIR)/auth.xml
++ $(INSTALL) -m 755 $(INSTALL_OPTS) databases.xml $(DESTDIR)$(WEB_CFG_DIR)/databases.xml
++ $(INSTALL) -m 755 $(INSTALL_OPTS) cronks.xml $(DESTDIR)$(WEB_CFG_DIR)/cronks.xml
++ $(INSTALL) -m 755 $(INSTALL_OPTS) translation.xml $(DESTDIR)$(WEB_CFG_DIR)/translation.xml
++ $(INSTALL) -m 755 $(INSTALL_OPTS) reporting.xml $(DESTDIR)$(WEB_CFG_DIR)/reporting.xml
|