Don't break for paths with spaces

master
Max Howell 2010-01-24 13:23:50 +00:00
parent 7c82f5cc72
commit f99a59bae2
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ class Hub <Formula
end
def install
system "rake install prefix=#{prefix}"
system "rake", "install", "prefix=#{prefix}"
end
end