diff options
| author | Alexis Hildebrandt | 2010-07-22 20:15:08 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-07-22 13:19:16 -0700 | 
| commit | 531765ee9eb382c32c4036972d5fb47f44f395bd (patch) | |
| tree | a78cf8d91c291943372a8310e84d6005c9f8edad /Library | |
| parent | 11ac4a2b5ef868544d15961be7304ffa4ea14e31 (diff) | |
| download | homebrew-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.rb | 1 | 
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  | 
