diff options
author | 2009-03-01 19:52:19 +0000 | |
---|---|---|
committer | 2009-03-01 19:52:19 +0000 | |
commit | 4c97b5ececd5ca44e482cbd453b897dcf8f922a5 (patch) | |
tree | 245711e7548542effac9c063c99f0d3069d8d363 /net-p2p/rtorrent/rtorrent-0.8.3.ebuild | |
parent | Fix for gcc 4.3.3 / fortify_sources, closes #257823. Patch by <DarkNRG@gmx.de> (diff) | |
download | gentoo-2-4c97b5ececd5ca44e482cbd453b897dcf8f922a5.tar.gz gentoo-2-4c97b5ececd5ca44e482cbd453b897dcf8f922a5.tar.bz2 gentoo-2-4c97b5ececd5ca44e482cbd453b897dcf8f922a5.zip |
Fix description of rtorrent.rc location to take into account compression of doc files. Bug 260772. Thanks to Victor Ostorga <vostorga@gmail.com>.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/rtorrent/rtorrent-0.8.3.ebuild')
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.8.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/rtorrent-0.8.3.ebuild b/net-p2p/rtorrent/rtorrent-0.8.3.ebuild index 13cb1268dfed..ef6569b52dec 100644 --- a/net-p2p/rtorrent/rtorrent-0.8.3.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v 1.3 2008/10/28 02:10:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v 1.4 2009/03/01 19:52:19 loki_val Exp $ inherit base eutils toolchain-funcs flag-o-matic @@ -48,7 +48,7 @@ src_install() { pkg_postinst() { elog "rtorrent now supports a configuration file." elog "A sample configuration file for rtorrent can be found" - elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz." + elog "in rtorrent.rc in ${ROOT}usr/share/doc/${PF}/" elog "" ewarn "If you're upgrading from rtorrent <0.8.0, you will have to delete your" ewarn "session directory or run the fixSession080-c.py script from this address:" |