diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-03-10 07:50:56 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-03-10 07:50:56 +0000 |
commit | 7ef56bd4af6b45068cf92afbafd3d70f2c3bd8e2 (patch) | |
tree | e7715304375b621eed435c4c0f00c4b7d5af41fc /eclass/php-ext-base.eclass | |
parent | declaring stable (diff) | |
download | historical-7ef56bd4af6b45068cf92afbafd3d70f2c3bd8e2.tar.gz historical-7ef56bd4af6b45068cf92afbafd3d70f2c3bd8e2.tar.bz2 historical-7ef56bd4af6b45068cf92afbafd3d70f2c3bd8e2.zip |
typo fix for php-ext
Diffstat (limited to 'eclass/php-ext-base.eclass')
-rw-r--r-- | eclass/php-ext-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-base.eclass b/eclass/php-ext-base.eclass index 46265d269fcb..693e1b852249 100644 --- a/eclass/php-ext-base.eclass +++ b/eclass/php-ext-base.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-base.eclass,v 1.10 2003/11/21 05:11:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.11 2004/03/10 07:50:56 robbat2 Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -30,7 +30,7 @@ EXPORT_FUNCTIONS src_install [ -z "$PHP_EXT_INI" ] && PHP_EXT_INI="yes" # find out where to install extensions -EXT_DIR="`php-config --extension-dir 2>/dev/null`" || +EXT_DIR="`php-config --extension-dir 2>/dev/null`" # ---end ebuild configurable settings |