plustache: use new rake function.

This commit is contained in:
Mike McQuaid 2013-01-30 21:25:14 -08:00
parent 7d05ddcb2d
commit 79020fe2eb

View file

@ -8,6 +8,6 @@ class Plustache < Formula
depends_on 'boost'
def install
system "rake", "install", "prefix=#{prefix}"
rake "install", "prefix=#{prefix}"
end
end