diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-03-09 23:14:34 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-03-09 23:14:34 +0200 |
commit | 0f0384a4bcbb2681b80794215048d959e98d838b (patch) | |
tree | 22e9044b3f8bba126678839ca1a8fcaced50cc06 | |
parent | c5cdaab7c5f62ce133e19911a9b9cc10b49ba9c4 (diff) |
modified: ../../net-p2p/rtorrent/rtorrent-9999.ebuild
-rw-r--r-- | net-p2p/rtorrent/rtorrent-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/rtorrent/rtorrent-9999.ebuild b/net-p2p/rtorrent/rtorrent-9999.ebuild index fd83cf9..36407d7 100644 --- a/net-p2p/rtorrent/rtorrent-9999.ebuild +++ b/net-p2p/rtorrent/rtorrent-9999.ebuild @@ -50,7 +50,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README TODO doc/rtorrent.rc + dodoc AUTHORS README doc/rtorrent.rc if use daemon; then newinitd "${FILESDIR}/rtorrentd.init" rtorrentd || die "newinitd failed" |