summaryrefslogtreecommitdiffstats
path: root/network/nagios/nagios_makeinstall.patch
diff options
context:
space:
mode:
author Niels Horn <niels.horn@gmail.com>2011-09-03 09:19:18 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2011-09-04 21:56:28 -0300
commit6e963dbb9a3f95f899846c7d7f6d57709c1ba2f7 (patch)
tree60dfc1b52f8dca80ee4f11a01ce44f21e8d5cd3d /network/nagios/nagios_makeinstall.patch
parentec410d942c11c4cb2ef9b8a7c280f5b6736308ee (diff)
downloadslackbuilds-6e963dbb9a3f95f899846c7d7f6d57709c1ba2f7.tar.gz
slackbuilds-6e963dbb9a3f95f899846c7d7f6d57709c1ba2f7.tar.xz
network/nagios: Updated for version 3.3.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--network/nagios/nagios_makeinstall.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/nagios/nagios_makeinstall.patch b/network/nagios/nagios_makeinstall.patch
new file mode 100644
index 0000000000..7329b913ae
--- /dev/null
+++ b/network/nagios/nagios_makeinstall.patch
@@ -0,0 +1,11 @@
+--- 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