aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 07:46:57 -0800
committerAdam Vandenberg2014-02-25 20:29:09 -0800
commitac1857cde2cd469c0001389b63422c4cb9689b18 (patch)
tree7602a13574a413fae426dd84391b910736f5e32a /Library
parente359ddd756baaba576bd2921a91db3bad4c6b529 (diff)
downloadhomebrew-ac1857cde2cd469c0001389b63422c4cb9689b18.tar.bz2
gpsd: use scons helper
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gpsd.rb5
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