aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexis Hildebrandt2010-07-22 20:15:08 +0200
committerAdam Vandenberg2010-07-22 13:19:16 -0700
commit531765ee9eb382c32c4036972d5fb47f44f395bd (patch)
treea78cf8d91c291943372a8310e84d6005c9f8edad /Library
parent11ac4a2b5ef868544d15961be7304ffa4ea14e31 (diff)
downloadhomebrew-531765ee9eb382c32c4036972d5fb47f44f395bd.tar.bz2
Update Formula: redis
Install documentation in doc Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/redis.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index 7a358b94d..3af6c73b4 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -26,6 +26,7 @@ class Redis <Formula
s.gsub! "dir ./", "dir #{var}/db/redis/"
end
+ doc.install Dir["doc/*"]
etc.install "redis.conf"
(prefix+'io.redis.redis-server.plist').write startup_plist
end