aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg2theora.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 07:46:22 -0800
committerAdam Vandenberg2014-02-25 20:29:09 -0800
commitd146d01195a3369211e695d3aca1bf523cfc96fc (patch)
tree459ee105d0c262201a9b995c73f6866960415f8f /Library/Formula/ffmpeg2theora.rb
parentd935a1645622f6cd3858c2cb7f484185e48d5762 (diff)
downloadhomebrew-d146d01195a3369211e695d3aca1bf523cfc96fc.tar.bz2
ffmpeg2theora: use scons helper
Diffstat (limited to 'Library/Formula/ffmpeg2theora.rb')
-rw-r--r--Library/Formula/ffmpeg2theora.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ffmpeg2theora.rb b/Library/Formula/ffmpeg2theora.rb
index 93ab7c020..49377b564 100644
--- a/Library/Formula/ffmpeg2theora.rb
+++ b/Library/Formula/ffmpeg2theora.rb
@@ -23,6 +23,6 @@ class Ffmpeg2theora < Formula
def install
args = ["prefix=#{prefix}", "mandir=PREFIX/share/man"]
args << "libkate=1" if Formula.factory('libkate').installed?
- system "scons", "install", *args
+ scons "install", *args
end
end