From e628f0a7ff18b0d9c08a4e3a7675cc2e7097ec88 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Fri, 22 Jul 2011 09:19:15 +0000 Subject: Fixed a bug causing bogus ini files to be installed --- eclass/php-ext-source-r2.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'eclass/php-ext-source-r2.eclass') diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index 67c88d7877d2..087e75408fa1 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.10 2011/06/29 07:04:43 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.11 2011/07/22 09:19:15 olemarkus Exp $ # # Author: Tal Peer # Author: Stuart Herbert @@ -225,7 +225,6 @@ php-ext-source-r2_buildinilist() { PHPSAPILIST="apache2 cli cgi fpm" fi - PHPINIFILELIST="" local x for x in ${PHPSAPILIST} ; do if [[ -f "/etc/php/${x}-${1}/php.ini" ]] ; then -- cgit v1.2.3-65-gdbad