rtorrent: install example config file

Closes Homebrew/homebrew#34655.
This commit is contained in:
Jack Nagel 2014-12-04 00:11:05 -05:00
parent 796523e7f5
commit 094c926254

View file

@ -30,5 +30,7 @@ class Rtorrent < Formula
system "./configure", *args
system "make"
system "make", "install"
doc.install "doc/rtorrent.rc"
end
end