--- eclass/apache-2.eclass 2012/03/29 15:35:04 1.28 +++ eclass/apache-2.eclass 2012/05/23 03:24:44 1.29 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.28 2012/03/29 15:35:04 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.29 2012/05/23 03:24:44 flameeyes Exp $ # @ECLASS: apache-2.eclass # @MAINTAINER: @@ -467,7 +467,7 @@ # This function runs `emake install' and generates, installs and adapts the gentoo # specific configuration files found in the tarball apache-2_src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" MKINSTALLDIRS="mkdir -p" install || die "make install failed" # install our configuration files keepdir /etc/apache2/vhosts.d