Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: apache-2.eclass
Date: Mon, 31 Dec 2007 23:46:31
Message-Id: E1J9UKu-0001M0-Ot@stork.gentoo.org
1 hollow 07/12/31 23:46:24
2
3 Modified: apache-2.eclass
4 Log:
5 fix #202722
6
7 Revision Changes Path
8 1.5 eclass/apache-2.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?r1=1.4&r2=1.5
13
14 Index: apache-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- apache-2.eclass 20 Dec 2007 15:53:19 -0000 1.4
21 +++ apache-2.eclass 31 Dec 2007 23:46:24 -0000 1.5
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.4 2007/12/20 15:53:19 zmedico Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.5 2007/12/31 23:46:24 hollow Exp $
27
28 # @ECLASS: apache-2
29 # @MAINTAINER: apache-devs@g.o
30 @@ -452,7 +452,7 @@
31 # This function runs emake install and generates, install and adapts the gentoo
32 # specific configuration files found in the tarball
33 apache-2_src_install() {
34 - emake DESTDIR="${D}" install || die "emake install failed"
35 + make DESTDIR="${D}" install || die "make install failed"
36
37 # install our configuration files
38 keepdir /etc/apache2/vhosts.d
39
40
41
42 --
43 gentoo-commits@g.o mailing list