diff options
-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" |