diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-11 06:39:42 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-11 06:39:42 +0000 |
commit | 3cb35e285681747c20880df07ade57979b681c80 (patch) | |
tree | 3b6e3652bc98f10744a5287e4121e1ca4dc185c0 /eclass/php-pear-lib-r1.eclass | |
parent | Version bump for bug #109724. This one had textrel too. Aren't I lucky. (diff) | |
download | historical-3cb35e285681747c20880df07ade57979b681c80.tar.gz historical-3cb35e285681747c20880df07ade57979b681c80.tar.bz2 historical-3cb35e285681747c20880df07ade57979b681c80.zip |
Spelling fix thanks to Cardoe.
Diffstat (limited to 'eclass/php-pear-lib-r1.eclass')
-rw-r--r-- | eclass/php-pear-lib-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass index fe56bfd7d30b..d98ee2930528 100644 --- a/eclass/php-pear-lib-r1.eclass +++ b/eclass/php-pear-lib-r1.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-pear-lib-r1.eclass,v 1.3 2006/01/05 09:11:39 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.4 2006/01/11 06:39:42 robbat2 Exp $ # # Author: Luca Longinotti <chtekk@gentoo.org> # Maintained by the PHP Herd <php-bugs@gentoo.org> @@ -48,7 +48,7 @@ php-pear-lib-r1_src_install() { "${D}/usr/share/php/.registry" # install to the correct phpX folder, if not specified - # /usr/share/php will be kept, also sedding to sobstitute + # /usr/share/php will be kept, also sedding to substitute # the path, many files can specify it wrongly if [ -n "${PHP_SHARED_CAT}" ] && [ "${PHP_SHARED_CAT}" != "php" ] ; then mv -f "${D}/usr/share/php" "${D}/usr/share/${PHP_SHARED_CAT}" || die "Unable to move files" |