aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 07:44:30 -0800
committerAdam Vandenberg2014-02-25 20:29:09 -0800
commite359ddd756baaba576bd2921a91db3bad4c6b529 (patch)
tree3f6937be9ed1e5335b27b77979aaf877c7743aba /Library
parentd146d01195a3369211e695d3aca1bf523cfc96fc (diff)
downloadhomebrew-e359ddd756baaba576bd2921a91db3bad4c6b529.tar.bz2
gmtl: use scons helper
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gmtl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gmtl.rb b/Library/Formula/gmtl.rb
index 60e61fa02..76652be38 100644
--- a/Library/Formula/gmtl.rb
+++ b/Library/Formula/gmtl.rb
@@ -17,7 +17,7 @@ class Gmtl < Formula
end
def install
- system "scons", "install", "prefix=#{prefix}"
+ scons "install", "prefix=#{prefix}"
end
end