summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2005-10-29 18:28:29 +0000
committerLuca Longinotti <chtekk@gentoo.org>2005-10-29 18:28:29 +0000
commit8c8787249880693f52929de9e7ac19e9094ce451 (patch)
treeaa24a970b3e27f14abf09b640c21f7110e984bee /eclass/php-sapi.eclass
parentVersion bump (bug #110501). Removed old ebuilds. (diff)
downloadhistorical-8c8787249880693f52929de9e7ac19e9094ce451.tar.gz
historical-8c8787249880693f52929de9e7ac19e9094ce451.tar.bz2
historical-8c8787249880693f52929de9e7ac19e9094ce451.zip
Fix bug #108236.
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r--eclass/php-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 8a53c9eb82c2..cd0411c1b633 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.86 2005/08/23 14:55:11 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.87 2005/10/29 18:28:29 chtekk Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic multilib libtool
@@ -628,7 +628,7 @@ php-sapi_src_install() {
fi
if php-sapi_is_providerbuild; then
- insinto /usr/ /php
+ insinto /usr/${libdir}/php
doins ${S}/run-tests.php
fperms 644 /usr/${libdir}/php/run-tests.php
einfo "Fixing PEAR cache location"