aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-04-03 13:11:13 -0500
committerJack Nagel2012-04-03 13:11:13 -0500
commit2f75536454a43dca5809732f7cb5e6e560331c45 (patch)
tree037f77769e9ce475b1e191840072de86d92da82d /Library/Formula
parenteaca40e933f3300e647f0126121aabf4db2521a4 (diff)
downloadhomebrew-2f75536454a43dca5809732f7cb5e6e560331c45.tar.bz2
hiredis: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hiredis.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hiredis.rb b/Library/Formula/hiredis.rb
index 562b5c42e..4455f2d92 100644
--- a/Library/Formula/hiredis.rb
+++ b/Library/Formula/hiredis.rb
@@ -4,6 +4,7 @@ class Hiredis < Formula
homepage 'https://github.com/antirez/hiredis'
url 'https://github.com/antirez/hiredis/tarball/v0.10.0'
sha1 'a54dd2b31cb39bc05bf88538c688bf50f8c6c9c7'
+
head 'https://github.com/antirez/hiredis.git'
fails_with :clang do
@@ -18,7 +19,6 @@ class Hiredis < Formula
# Architecture isn't detected correctly on 32bit Snow Leopard without help
ENV["OBJARCH"] = MacOS.prefer_64_bit? ? "-arch x86_64" : "-arch i386"
- system "make PREFIX=#{prefix}"
- system "make install PREFIX=#{prefix}"
+ system "make", "install", "PREFIX=#{prefix}"
end
end