aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-08-08 10:04:27 +0100
committerMike McQuaid2014-08-08 10:16:24 +0100
commit1006c3da5bb39c27dd0259f3c1f54868a4cfd478 (patch)
treed7dbafd86879e7fda17eec839269bcd80e671a85 /Library
parent86766073fff5a4975e892352e406297be935e757 (diff)
downloadhomebrew-1006c3da5bb39c27dd0259f3c1f54868a4cfd478.tar.bz2
flac: general cleanup.
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