aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/riak.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/riak.rb')
-rw-r--r--Library/Formula/riak.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/riak.rb b/Library/Formula/riak.rb
index 51e66b424..0c57d03cb 100644
--- a/Library/Formula/riak.rb
+++ b/Library/Formula/riak.rb
@@ -29,5 +29,8 @@ class Riak <Formula
(prefix + 'data/ring').mkpath
(prefix + 'data/dets').mkpath
+
+ # Install man pages
+ man1.install Dir["doc/man/man1/*"]
end
-end \ No newline at end of file
+end