plustache: use new rake function.
This commit is contained in:
parent
7d05ddcb2d
commit
79020fe2eb
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ class Plustache < Formula
|
|||
depends_on 'boost'
|
||||
|
||||
def install
|
||||
system "rake", "install", "prefix=#{prefix}"
|
||||
rake "install", "prefix=#{prefix}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue