From b84e7acf6d22f598cb66bc0e507eec31f871436f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 00:11:05 -0500 Subject: rtorrent: install example config file Closes #34655. --- Library/Formula/rtorrent.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3