diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-10-24 12:17:01 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-10-24 12:17:01 +0000 |
commit | 778419eb8b7879044ffe49a0193267789c582760 (patch) | |
tree | 71a3d5914493ce1cb7fef33169f1cb3dbc3750b9 /dev-lang/php/files/eblits/src_install-v2.eblit | |
parent | Fix compilation on Darwin, fixes bug #342373, adds back necessary bits for bu... (diff) | |
download | historical-778419eb8b7879044ffe49a0193267789c582760.tar.gz historical-778419eb8b7879044ffe49a0193267789c582760.tar.bz2 historical-778419eb8b7879044ffe49a0193267789c582760.zip |
install apache module config file into standard directory
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/php/files/eblits/src_install-v2.eblit')
-rw-r--r-- | dev-lang/php/files/eblits/src_install-v2.eblit | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/php/files/eblits/src_install-v2.eblit b/dev-lang/php/files/eblits/src_install-v2.eblit index 63e8808bdaa5..add1fdeef9a6 100644 --- a/dev-lang/php/files/eblits/src_install-v2.eblit +++ b/dev-lang/php/files/eblits/src_install-v2.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v2.eblit,v 1.5 2010/10/19 20:07:25 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v2.eblit,v 1.6 2010/10/24 12:17:01 mabi Exp $ eblit-php-src_install() { # see bug #324739 for what happens when we don't have that @@ -130,8 +130,7 @@ php_install_ini() { # SAPI-specific handling if [[ "${sapi}" == "apache2" ]] ; then - einfo "Installing Apache2 config 70_mod_php${PHP_MV}.conf (${PHP_DESTDIR})" - insinto ${PHP_DESTDIR}/apache2 + insinto "${APACHE_MODULES_CONFDIR}" newins "${FILESDIR}/70_mod_php${PHP_MV}.conf-apache2" \ "70_mod_php${PHP_MV}.conf" fi |