diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2009-03-17 01:10:48 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2009-03-17 01:10:48 +0000 |
commit | 9e0d11c912c74cd209a75670564b139592dd455c (patch) | |
tree | 7d96dd738e5548578f91a93c0e5f28de7c75f797 /sci-biology/biosql/biosql-1.0.1.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-9e0d11c912c74cd209a75670564b139592dd455c.tar.gz gentoo-2-9e0d11c912c74cd209a75670564b139592dd455c.tar.bz2 gentoo-2-9e0d11c912c74cd209a75670564b139592dd455c.zip |
Fix typo
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64)
Diffstat (limited to 'sci-biology/biosql/biosql-1.0.1.ebuild')
-rw-r--r-- | sci-biology/biosql/biosql-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/biosql/biosql-1.0.1.ebuild b/sci-biology/biosql/biosql-1.0.1.ebuild index 783ef7e4e707..60f531915095 100644 --- a/sci-biology/biosql/biosql-1.0.1.ebuild +++ b/sci-biology/biosql/biosql-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biosql/biosql-1.0.1.ebuild,v 1.1 2009/03/16 23:21:40 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biosql/biosql-1.0.1.ebuild,v 1.2 2009/03/17 01:10:48 weaver Exp $ DESCRIPTION="A generic bioinformatics relational database model" HOMEPAGE="http://www.biosql.org/" @@ -27,7 +27,7 @@ src_install() { pkg_postinst() { echo - elog 'Please read the BioSQL schema installation instructions in' - elog '/usr/share/doc/${P} to begin using the schema.' + elog "Please read the BioSQL schema installation instructions in" + elog "/usr/share/doc/${P} to begin using the schema." echo } |