diff options
Diffstat (limited to 'dev-db/mysql/mysql-4.0.13-r2.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.13-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-4.0.13-r2.ebuild b/dev-db/mysql/mysql-4.0.13-r2.ebuild index 166da75b3233..9112d13a8750 100644 --- a/dev-db/mysql/mysql-4.0.13-r2.ebuild +++ b/dev-db/mysql/mysql-4.0.13-r2.ebuild @@ -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/dev-db/mysql/mysql-4.0.13-r2.ebuild,v 1.3 2003/08/15 13:01:51 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.13-r2.ebuild,v 1.4 2003/09/06 22:25:50 msterret Exp $ #to accomodate -laadeedah releases NEWP=${P} @@ -63,7 +63,7 @@ src_unpack() { src_compile() { local myconf - #The following fix is due to a bug with bdb on sparc's. See: + #The following fix is due to a bug with bdb on sparc's. See: #http://www.geocrawler.com/mail/msg.php3?msg_id=4754814&list=8 if use sparc || use sparc64 || use alpha || use hppa then @@ -153,7 +153,7 @@ src_install() { fi dodoc README COPYING COPYING.LIB MIRRORS Docs/manual.* - docinto conf-samples + docinto conf-samples dodoc support-files/my-*.cnf dohtml -r Docs/* |