aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 07:43:55 -0800
committerAdam Vandenberg2014-02-25 20:29:09 -0800
commit37720a37d637b7fe0f19ccef38dd68eb60480ff2 (patch)
treed40b2972a9827406234e35ac624e4463b696921f /Library/Formula
parentbfaa09a9328c38baff53fe93f7a6c9e4ffe20442 (diff)
downloadhomebrew-37720a37d637b7fe0f19ccef38dd68eb60480ff2.tar.bz2
ori: use scons helper
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ori.rb4
1 files changed, 2 insertions, 2 deletions
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