diff options
Diffstat (limited to 'net-mgmt/icinga-classicweb/files/patch-Makefile.in')
-rw-r--r-- | net-mgmt/icinga-classicweb/files/patch-Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/icinga-classicweb/files/patch-Makefile.in b/net-mgmt/icinga-classicweb/files/patch-Makefile.in new file mode 100644 index 000000000000..5b5536e762b6 --- /dev/null +++ b/net-mgmt/icinga-classicweb/files/patch-Makefile.in @@ -0,0 +1,13 @@ +--- Makefile.in.orig 2015-07-26 15:18:51 UTC ++++ Makefile.in +@@ -425,8 +425,8 @@ install-basic: + + install-cgiconf: + $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) +- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg +- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg ++ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg.sample ++ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg.sample + + + install-config: install-cgiconf |