From 31e5a525d5d767fa0791f859e61fa1e9d98e3186 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 10 Dec 2015 13:32:03 +0000 Subject: [PATCH] Fixed type in neovim-git --- satellites/vcs/neovim-git.sat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satellites/vcs/neovim-git.sat b/satellites/vcs/neovim-git.sat index 209d281..4a0db63 100644 --- a/satellites/vcs/neovim-git.sat +++ b/satellites/vcs/neovim-git.sat @@ -6,7 +6,7 @@ name=neovim vcs_git "https://github.com/neovim/neovim" header_end -etfile vcs; cd vcs +getfile vcs; cd vcs make CMAKE_BUILD_TYPE=Release CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX='$dir_prefix'" make DESTDIR="$dir_install" install