From 62615b4416e579f6500a385f69df170aa5e45d0e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 25 Feb 2014 07:45:26 -0800 Subject: clam: use scons helper --- Library/Formula/clam.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3