mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +00:00
Fixed nvim homebrew formula
I now also do make install
This commit is contained in:
@@ -12,5 +12,6 @@ class Neovim < Formula
|
|||||||
def install
|
def install
|
||||||
system "make", "PREFIX=#{prefix}", "cmake"
|
system "make", "PREFIX=#{prefix}", "cmake"
|
||||||
system "make", "PREFIX=#{prefix}"
|
system "make", "PREFIX=#{prefix}"
|
||||||
|
system "make", "PREFIX=#{prefix}", "install"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user