diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/plustache.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/plustache.rb b/Library/Formula/plustache.rb index 40dea7628..3d61fcaa7 100644 --- a/Library/Formula/plustache.rb +++ b/Library/Formula/plustache.rb @@ -8,6 +8,6 @@ class Plustache < Formula depends_on 'boost' def install - system "rake", "install", "prefix=#{prefix}" + rake "install", "prefix=#{prefix}" end end |
