aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/flac.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/flac.rb b/Library/Formula/flac.rb
index fbe9c8e3f..acb5418d5 100644
--- a/Library/Formula/flac.rb
+++ b/Library/Formula/flac.rb
@@ -50,13 +50,13 @@ class Flac < Formula
system "./configure", *args
- ENV["OBJ_FORMAT"]="macho"
+ ENV["OBJ_FORMAT"] = "macho"
# adds universal flags to the generated libtool script
inreplace "libtool" do |s|
s.gsub! ":$verstring\"", ":$verstring -arch #{Hardware::CPU.arch_32_bit} -arch #{Hardware::CPU.arch_64_bit}\""
end
- system "make install"
+ system "make", "install"
end
end