diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2005-10-29 18:28:29 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2005-10-29 18:28:29 +0000 |
commit | 0eccbc1875555a7e232a48e1068514aa9c1403c9 (patch) | |
tree | 06aa38392ad6b6a4a15be64b6252d6830c80a20f /eclass | |
parent | Version bump (bug #110501). Removed old ebuilds. (diff) | |
download | gentoo-2-0eccbc1875555a7e232a48e1068514aa9c1403c9.tar.gz gentoo-2-0eccbc1875555a7e232a48e1068514aa9c1403c9.tar.bz2 gentoo-2-0eccbc1875555a7e232a48e1068514aa9c1403c9.zip |
Fix bug #108236.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 4 |
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" |