aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rtorrent.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/rtorrent.rb b/Library/Formula/rtorrent.rb
index 7eb47930d..0300d2adc 100644
--- a/Library/Formula/rtorrent.rb
+++ b/Library/Formula/rtorrent.rb
@@ -30,5 +30,7 @@ class Rtorrent < Formula
system "./configure", *args
system "make"
system "make", "install"
+
+ doc.install "doc/rtorrent.rc"
end
end