Don't break for paths with spaces
parent
7c82f5cc72
commit
f99a59bae2
|
@ -12,6 +12,6 @@ class Hub <Formula
|
|||
end
|
||||
|
||||
def install
|
||||
system "rake install prefix=#{prefix}"
|
||||
system "rake", "install", "prefix=#{prefix}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue