Don't use install_p directly

master
Jack Nagel 2013-07-06 11:28:49 -05:00
parent b45aad232e
commit e22005c2c5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Redis < Formula
end
etc.install 'redis.conf' unless (etc/'redis.conf').exist?
etc.install_p 'sentinel.conf', 'redis-sentinel.conf' unless (etc/'redis-sentinel.conf').exist?
etc.install 'sentinel.conf' => 'redis-sentinel.conf' unless (etc/'redis-sentinel.conf').exist?
end
plist_options :manual => "redis-server #{HOMEBREW_PREFIX}/etc/redis.conf"