From 2f75536454a43dca5809732f7cb5e6e560331c45 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 3 Apr 2012 13:11:13 -0500 Subject: hiredis: style nits Signed-off-by: Jack Nagel --- Library/Formula/hiredis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3