aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 07:47:37 -0800
committerAdam Vandenberg2014-02-25 20:29:09 -0800
commit57d40aaab065d52163420284fdfd0ffb959dd50b (patch)
tree345f6d8f3c6af544ba1be4cb45df9d4830b47a2d /Library
parent37720a37d637b7fe0f19ccef38dd68eb60480ff2 (diff)
downloadhomebrew-57d40aaab065d52163420284fdfd0ffb959dd50b.tar.bz2
pplatex use scons helper
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pplatex.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pplatex.rb b/Library/Formula/pplatex.rb
index b479896ef..aa7d5c85b 100644
--- a/Library/Formula/pplatex.rb
+++ b/Library/Formula/pplatex.rb
@@ -9,7 +9,7 @@ class Pplatex < Formula
depends_on 'pcre'
def install
- system 'scons'
+ scons
bin.install 'bin/pplatex', 'bin/ppdflatex'
end