summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/php-ext-source.eclass')
-rw-r--r--eclass/php-ext-source.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php-ext-source.eclass b/eclass/php-ext-source.eclass
index 8bbed3fa6de8..2af39a71ead5 100644
--- a/eclass/php-ext-source.eclass
+++ b/eclass/php-ext-source.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.3 2003/07/25 17:44:28 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.4 2003/07/26 11:52:11 coredumb Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Stuart Herbert <stuart@gentoo.org>
@@ -46,4 +46,5 @@ php-ext-source_src_install() {
EXT_DIR=`php-config --extension-dir`
insinto $EXT_DIR
doins modules/$PHP_EXT_NAME.so
+ php-ext-base_src_install
}