aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clam.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/clam.rb')
-rw-r--r--Library/Formula/clam.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/clam.rb b/Library/Formula/clam.rb
index 7b0300f36..2b7c2a4e0 100644
--- a/Library/Formula/clam.rb
+++ b/Library/Formula/clam.rb
@@ -16,7 +16,7 @@ class Clam < Formula
depends_on 'id3lib'
def install
- system "scons configure prefix=#{prefix} with_ladspa=no xmlbackend=none"
+ system "scons", "configure", "prefix=#{prefix}", "with_ladspa=no", "xmlbackend=none"
system "scons"
system "scons install"
end