gentoo-full-overlay/net-analyzer/nagios-core/files/nagios-3.3.1-htmlmakefile.patch

14 lines
683 B
Diff

--- html/Makefile.in.orig 2011-07-27 16:06:58.000000000 +0200
+++ html/Makefile.in 2011-07-27 16:07:10.000000000 +0200
@@ -75,9 +75,9 @@
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 includes/rss/*.*; \
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss; done
- for file in includes/rss/extlib/*; \
+ for file in includes/rss/extlib/*.*; \
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss/extlib; done
install-unstripped: