diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-02-10 11:33:52 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-02-10 11:33:52 +0000 |
commit | 697fc4d9fb244927c582a872ac4d62466f0beed9 (patch) | |
tree | 6d738f671333aa68cfc964055a16be873db596f9 /sys-apps/most | |
parent | Version bump for bugs 185563 and 199079, thanks to Jarnie Webb and RafaÅ‚ MuÅ... (diff) | |
download | gentoo-2-697fc4d9fb244927c582a872ac4d62466f0beed9.tar.gz gentoo-2-697fc4d9fb244927c582a872ac4d62466f0beed9.tar.bz2 gentoo-2-697fc4d9fb244927c582a872ac4d62466f0beed9.zip |
Make bug 207794 happy.
(Portage version: 2.1.4.1)
Diffstat (limited to 'sys-apps/most')
-rw-r--r-- | sys-apps/most/most-4.10.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/most/most-4.10.2-r1.ebuild b/sys-apps/most/most-4.10.2-r1.ebuild index fc02f78c764a..17693bfa1105 100644 --- a/sys-apps/most/most-4.10.2-r1.ebuild +++ b/sys-apps/most/most-4.10.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.10.2-r1.ebuild,v 1.11 2008/02/09 10:54:42 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.10.2-r1.ebuild,v 1.12 2008/02/10 11:33:52 drac Exp $ inherit eutils toolchain-funcs @@ -61,7 +61,7 @@ src_install() { pkg_postinst() { echo - einfo "See /usr/share/doc/${PF}/txt/most.rc.gz" + einfo "See most.rc in /usr/share/doc/${PF}/txt" einfo "for an example /etc/most.conf." echo } |