gmtl: use scons helper

master
Adam Vandenberg 2014-02-25 07:44:30 -08:00
parent 7da5aefb58
commit 52396fb632
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Gmtl < Formula
end
def install
system "scons", "install", "prefix=#{prefix}"
scons "install", "prefix=#{prefix}"
end
end