diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-07-22 09:19:15 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-07-22 09:19:15 +0000 |
commit | 9589b2950d38d436e588faac5340cff7901df5a9 (patch) | |
tree | 9607e8443a65b49b0d8255f4ec1cb15c8f076e15 /eclass/php-ext-source-r2.eclass | |
parent | Provide a convenience method to get a list of all ruby targets enabled by the... (diff) | |
download | historical-9589b2950d38d436e588faac5340cff7901df5a9.tar.gz historical-9589b2950d38d436e588faac5340cff7901df5a9.tar.bz2 historical-9589b2950d38d436e588faac5340cff7901df5a9.zip |
Fixed a bug causing bogus ini files to be installed
Diffstat (limited to 'eclass/php-ext-source-r2.eclass')
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
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 <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -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 |