diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2005-10-31 14:08:42 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2005-10-31 14:08:42 +0000 |
commit | 7b3a5f565a84c205149f2933d243dd99504934dc (patch) | |
tree | e70fd5fc88ecabfbc8c23be7d79b5e11cf7199ff /eclass/php-lib-r1.eclass | |
parent | for updates. (diff) | |
download | gentoo-2-7b3a5f565a84c205149f2933d243dd99504934dc.tar.gz gentoo-2-7b3a5f565a84c205149f2933d243dd99504934dc.tar.bz2 gentoo-2-7b3a5f565a84c205149f2933d243dd99504934dc.zip |
New-style PHP update, see dev-lang/php ChangeLog for detailed list of changes.
Diffstat (limited to 'eclass/php-lib-r1.eclass')
-rw-r--r-- | eclass/php-lib-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-lib-r1.eclass b/eclass/php-lib-r1.eclass index faef92ecff28..f5b626ed5f13 100644 --- a/eclass/php-lib-r1.eclass +++ b/eclass/php-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-lib-r1.eclass,v 1.2 2005/09/11 16:39:10 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib-r1.eclass,v 1.3 2005/10/31 14:08:42 chtekk Exp $ # # Author: Stuart Herbert <stuart@gentoo.org> # @@ -49,6 +49,6 @@ php-lib-r1_src_install() { for x in $@ ; do SUBDIR="`dirname ${x}`" insinto ${PHP_LIB_DIR}/${SUBDIR} - doins ${S_DIR}/${x} + doins "${S_DIR}/${x}" done } |