redis: patch by Pedro Melo (melo)

master
David Höppner 2010-09-04 11:01:39 +02:00
parent 53d47f3c2f
commit 4af6b81171
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ class Redis <Formula
src = File.exists?('src/Makefile') ? 'src' : '.'
system "make -C #{src}"
%w( redis-benchmark redis-cli redis-server redis-check-dump ).each { |p|
bin.install "#{src}/#{p}"
%w( redis-benchmark redis-cli redis-server redis-check-dump redis-check-aof ).each { |p|
bin.install "#{src}/#{p}" rescue nil
}
%w( run db/redis log ).each { |p| (var+p).mkpath }