From 37720a37d637b7fe0f19ccef38dd68eb60480ff2 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 25 Feb 2014 07:43:55 -0800 Subject: ori: use scons helper --- Library/Formula/ori.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ori.rb b/Library/Formula/ori.rb index 53e02a03e..4795fb23a 100644 --- a/Library/Formula/ori.rb +++ b/Library/Formula/ori.rb @@ -13,8 +13,8 @@ class Ori < Formula depends_on 'openssl' def install - system "scons", "BUILDTYPE=RELEASE" - system "scons", "install", "PREFIX=#{prefix}" + scons "BUILDTYPE=RELEASE" + scons "install", "PREFIX=#{prefix}" end test do -- cgit v1.2.3