diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-10-10 19:57:04 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-10-10 19:57:04 +0000 |
commit | 6800c5c8d3929d143414f95d426a5622e5f5c45c (patch) | |
tree | 34a2a01e2a203e8e21bd83b41dc7bc61f76eb61e /eclass | |
parent | bk bump, and changing chown to be compliant with new coreutils. can whoever i... (diff) | |
download | historical-6800c5c8d3929d143414f95d426a5622e5f5c45c.tar.gz historical-6800c5c8d3929d143414f95d426a5622e5f5c45c.tar.bz2 historical-6800c5c8d3929d143414f95d426a5622e5f5c45c.zip |
message cleanup
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index 348734d7ea0e..911d53e4b6ef 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,7 +1,7 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Robin H. Johnson <robbat2@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.80 2003/10/01 21:01:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.81 2003/10/10 19:57:04 robbat2 Exp $ # This EBUILD is totally masked presently. Use it at your own risk. I know it # is severely broken, but I needed to get a copy into CVS to pass around and @@ -505,7 +505,7 @@ php_pkg_preinst() { } php_pkg_postinst() { - einfo "The INI file for this build is ${PHPINIDIRECTORY}" + einfo "The INI file for this build is ${PHPINIDIRECTORY}/php.ini" } php_securityupgrade() { |