Fixed nvim homebrew formula

I now also do make install
This commit is contained in:
Theo Belaire
2014-03-01 22:21:08 +00:00
committed by aph
parent f3aa6dc8f0
commit f133ce130e
+1
View File
@@ -12,5 +12,6 @@ class Neovim < Formula
def install
system "make", "PREFIX=#{prefix}", "cmake"
system "make", "PREFIX=#{prefix}"
system "make", "PREFIX=#{prefix}", "install"
end
end