mirror of
https://abf.rosa.ru/djam/nagios.git
synced 2025-02-23 18:12:48 +00:00
15 lines
797 B
Diff
15 lines
797 B
Diff
diff -Naur -x '*~' nagios/html/Makefile.in nagios-fix-html-install/html/Makefile.in
|
|
--- nagios/html/Makefile.in 2011-07-24 19:53:52.000000000 +0200
|
|
+++ nagios-fix-html-install/html/Makefile.in 2011-07-29 17:11:44.713436078 +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/*.inc; \
|
|
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss; done
|
|
- for file in includes/rss/extlib/*; \
|
|
+ for file in includes/rss/extlib/*.inc; \
|
|
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss/extlib; done
|
|
|
|
install-unstripped:
|