diff options
| author | Adam Vandenberg | 2014-02-25 07:45:54 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-25 20:29:09 -0800 |
| commit | d935a1645622f6cd3858c2cb7f484185e48d5762 (patch) | |
| tree | d322455823920c85c2898605d4a1c32e9aa9f085 /Library/Formula | |
| parent | 62615b4416e579f6500a385f69df170aa5e45d0e (diff) | |
| download | homebrew-d935a1645622f6cd3858c2cb7f484185e48d5762.tar.bz2 | |
fceux: use scons helper
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fceux.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fceux.rb b/Library/Formula/fceux.rb index 5d0246eaa..b2a8d9e36 100644 --- a/Library/Formula/fceux.rb +++ b/Library/Formula/fceux.rb @@ -22,7 +22,7 @@ class Fceux < Formula def install args = [] args << "GTK=0" if build.include? "no-gtk" - system "scons", *args + scons *args bin.install 'src/fceux' end end |
