summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-07-12 05:48:48 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-07-12 05:48:48 +0000
commit607ff9df63af514f1452afe511e78a018ca4f83f (patch)
tree96f3e48b7c062562c00289c3e9d6ffe385b73230 /eclass/php-sapi.eclass
parentver bump (diff)
downloadhistorical-607ff9df63af514f1452afe511e78a018ca4f83f.tar.gz
historical-607ff9df63af514f1452afe511e78a018ca4f83f.tar.bz2
historical-607ff9df63af514f1452afe511e78a018ca4f83f.zip
install test helper
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r--eclass/php-sapi.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 647823418605..7958e543e489 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.40 2004/07/05 20:43:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.41 2004/07/12 05:48:48 robbat2 Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic
@@ -597,6 +597,9 @@ php-sapi_src_install() {
fi
if php-sapi_is_providerbuild; then
+ insinto /usr/lib/php
+ doins ${S}/run-tests.php
+ fperms 644 /usr/lib/php/run-tests.php
einfo "Fixing PEAR cache location"
local oldloc="${T}/pear/cache"
local old="s:${#oldloc}:\"${oldloc}\""