diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-07-12 18:13:17 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-07-12 18:13:17 +0000 |
commit | de49b09d8be040a214b602169a09e2e155cc533d (patch) | |
tree | 3491f1dbe16320474638cbc4ff75df292eed3b4d /dev-util/cvsd/cvsd-1.0.16.ebuild | |
parent | Fix elog statement; bug #272904 (diff) | |
download | gentoo-2-de49b09d8be040a214b602169a09e2e155cc533d.tar.gz gentoo-2-de49b09d8be040a214b602169a09e2e155cc533d.tar.bz2 gentoo-2-de49b09d8be040a214b602169a09e2e155cc533d.zip |
Fix elog statement; bug #272907
(Portage version: 2.2_rc33-r1/cvs/Linux i686)
Diffstat (limited to 'dev-util/cvsd/cvsd-1.0.16.ebuild')
-rw-r--r-- | dev-util/cvsd/cvsd-1.0.16.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/cvsd/cvsd-1.0.16.ebuild b/dev-util/cvsd/cvsd-1.0.16.ebuild index 6271128fc4c8..b58f403f54df 100644 --- a/dev-util/cvsd/cvsd-1.0.16.ebuild +++ b/dev-util/cvsd/cvsd-1.0.16.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/dev-util/cvsd/cvsd-1.0.16.ebuild,v 1.2 2009/04/24 13:52:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.16.ebuild,v 1.3 2009/07/12 18:13:17 halcy0n Exp $ inherit eutils @@ -39,5 +39,6 @@ src_install() { } pkg_postinst() { - elog "To configure cvsd please read /usr/share/doc/${PF}/README.gz" + elog "To configure cvsd please read the README in " + elog "/usr/share/doc/${PF}/" } |