diff options
Diffstat (limited to 'network/nagios/nagios_makeinstall.patch')
-rw-r--r-- | network/nagios/nagios_makeinstall.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/network/nagios/nagios_makeinstall.patch b/network/nagios/nagios_makeinstall.patch deleted file mode 100644 index 7329b913ae..0000000000 --- a/network/nagios/nagios_makeinstall.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- nagios/html/Makefile.in 2011-07-24 14:53:52.000000000 -0300 -+++ nagios_patched/html/Makefile.in 2011-07-26 20:56:28.000000000 -0300 -@@ -75,7 +75,7 @@ - do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images/logos; done - for file in includes/*.*; \ - do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes; done -- for file in includes/rss/*; \ -+ for file in $$(find includes/rss -type f -maxdepth 1); \ - do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss; done - for file in includes/rss/extlib/*; \ - do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss/extlib; done |