Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-core/files: nagios-3.3.1-htmlmakefile.patch nagios
Date: Wed, 27 Jul 2011 16:15:04
Message-Id: 20110727161439.525F420051@flycatcher.gentoo.org
1 dertobi123 11/07/27 16:14:39
2
3 Added: nagios-3.3.1-htmlmakefile.patch nagios
4 Log:
5 Version bump and cleanup, #376471
6
7 (Portage version: 2.1.10.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-analyzer/nagios-core/files/nagios-3.3.1-htmlmakefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/files/nagios-3.3.1-htmlmakefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/files/nagios-3.3.1-htmlmakefile.patch?rev=1.1&content-type=text/plain
14
15 Index: nagios-3.3.1-htmlmakefile.patch
16 ===================================================================
17 --- html/Makefile.in.orig 2011-07-27 16:06:58.000000000 +0200
18 +++ html/Makefile.in 2011-07-27 16:07:10.000000000 +0200
19 @@ -75,9 +75,9 @@
20 do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images/logos; done
21 for file in includes/*.*; \
22 do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes; done
23 - for file in includes/rss/*; \
24 + for file in includes/rss/*.*; \
25 do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss; done
26 - for file in includes/rss/extlib/*; \
27 + for file in includes/rss/extlib/*.*; \
28 do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss/extlib; done
29
30 install-unstripped:
31
32
33
34 1.12 net-analyzer/nagios-core/files/nagios
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/files/nagios?rev=1.12&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/files/nagios?rev=1.12&content-type=text/plain
38 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/files/nagios?r1=1.11&r2=1.12