summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2003-07-26 15:30:39 +0000
committerStuart Herbert <stuart@gentoo.org>2003-07-26 15:30:39 +0000
commite6633ca5769380c5e264c420cb6e629f48692d9e (patch)
tree55235ffa28661e14a060d5bb178ef3b280d85e4a /eclass
parentadded header (diff)
downloadhistorical-e6633ca5769380c5e264c420cb6e629f48692d9e.tar.gz
historical-e6633ca5769380c5e264c420cb6e629f48692d9e.tar.bz2
historical-e6633ca5769380c5e264c420cb6e629f48692d9e.zip
Misc. tidy up
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-ext-source.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/php-ext-source.eclass b/eclass/php-ext-source.eclass
index 2af39a71ead5..d8398845e636 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.4 2003/07/26 11:52:11 coredumb Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.5 2003/07/26 15:30:39 stuart Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Stuart Herbert <stuart@gentoo.org>
@@ -41,9 +41,6 @@ php-ext-source_src_compile() {
php-ext-source_src_install() {
chmod +x build/shtool
- #this will usually be /usr/lib/php/extensions/no-debug-no-zts-20020409/
- #but i prefer not taking this risk
- EXT_DIR=`php-config --extension-dir`
insinto $EXT_DIR
doins modules/$PHP_EXT_NAME.so
php-ext-base_src_install