summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-07-22 09:19:15 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-07-22 09:19:15 +0000
commite628f0a7ff18b0d9c08a4e3a7675cc2e7097ec88 (patch)
tree4e91f8bebc9202622c7828c7d618df28eb03ac30 /eclass
parentProvide a convenience method to get a list of all ruby targets enabled by the... (diff)
downloadgentoo-2-e628f0a7ff18b0d9c08a4e3a7675cc2e7097ec88.tar.gz
gentoo-2-e628f0a7ff18b0d9c08a4e3a7675cc2e7097ec88.tar.bz2
gentoo-2-e628f0a7ff18b0d9c08a4e3a7675cc2e7097ec88.zip
Fixed a bug causing bogus ini files to be installed
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-ext-source-r2.eclass3
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