Fixed nvim homebrew formula

I now also do make install
This commit is contained in:
Theo Belaire
2014-02-25 18:31:01 -08:00
committed by aph
parent f3aa6dc8f0
commit f133ce130e

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