diff options
| author | Adam Vandenberg | 2014-02-25 07:46:57 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-25 20:29:09 -0800 |
| commit | ac1857cde2cd469c0001389b63422c4cb9689b18 (patch) | |
| tree | 7602a13574a413fae426dd84391b910736f5e32a /Library | |
| parent | e359ddd756baaba576bd2921a91db3bad4c6b529 (diff) | |
| download | homebrew-ac1857cde2cd469c0001389b63422c4cb9689b18.tar.bz2 | |
gpsd: use scons helper
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gpsd.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/gpsd.rb b/Library/Formula/gpsd.rb index 7c97770c2..b51b53527 100644 --- a/Library/Formula/gpsd.rb +++ b/Library/Formula/gpsd.rb @@ -13,8 +13,7 @@ class Gpsd < Formula end def install - system "scons", "chrpath=False", "python=False", "strip=False", "shared=False", - "prefix=#{prefix}/" - system "scons install" + scons "chrpath=False", "python=False", "strip=False", "shared=False", "prefix=#{prefix}/" + scons "install" end end |
