diff options
author | 2009-03-01 19:52:19 +0000 | |
---|---|---|
committer | 2009-03-01 19:52:19 +0000 | |
commit | daacb0f11bd15ac9083d5c24ae1d35f19376f40a (patch) | |
tree | 4e6432cd3a6b9f4d7862bfa646ddf03c40b4f3cf /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 | historical-daacb0f11bd15ac9083d5c24ae1d35f19376f40a.tar.gz historical-daacb0f11bd15ac9083d5c24ae1d35f19376f40a.tar.bz2 historical-daacb0f11bd15ac9083d5c24ae1d35f19376f40a.zip |
Fix description of rtorrent.rc location to take into account compression of doc files. Bug 260772. Thanks to Victor Ostorga <vostorga@gmail.com>.
Package-Manager: portage-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:" |