diff options
Diffstat (limited to 'dev-lang/php/files/eblits/src_install-v2.eblit')
-rw-r--r-- | dev-lang/php/files/eblits/src_install-v2.eblit | 9 |
1 files changed, 6 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 9056fb2bde7d..5d58e02056d4 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 +# Copyright 1999-2011 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.11 2010/12/19 22:45:22 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v2.eblit,v 1.12 2011/06/17 10:03:02 olemarkus Exp $ eblit-php-src_install() { # see bug #324739 for what happens when we don't have that @@ -146,7 +146,10 @@ php_install_ini() { dodir "/etc/init.d" insinto "/etc/init.d" newinitd "${FILESDIR}/php-fpm-r3.init" "php-fpm" -# dosym "${PHP_DESTDIR}/bin/php-fpm" "/usr/bin/php-fpm" + #dosym "${PHP_DESTDIR}/bin/php-fpm" "/usr/bin/php-fpm" + + # Remove bogus /etc/php-fpm.conf.default (bug 359906) + [[ -f "${D}/etc/php-fpm.conf.default" ]] && rm "${D}/etc/php-fpm.conf.default" fi # Install PHP ini files into /usr/share/php |