diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clam.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/clam.rb b/Library/Formula/clam.rb index 446e5de56..fc5a53c1f 100644 --- a/Library/Formula/clam.rb +++ b/Library/Formula/clam.rb @@ -16,8 +16,8 @@ class Clam < Formula depends_on 'id3lib' def install - system "scons", "configure", "prefix=#{prefix}", "with_ladspa=no", "xmlbackend=none" - system "scons" - system "scons install" + scons "configure", "prefix=#{prefix}", "with_ladspa=no", "xmlbackend=none" + scons + scons "install" end end |
