From cfcc93bc358a869eb5d047e510fb9eacf25710cf Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Mon, 21 May 2018 07:19:18 -0300 Subject: [PATCH] python-neovim: update to 0.2.6. (#14072) --- srcpkgs/python-neovim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-neovim/template b/srcpkgs/python-neovim/template index 8f5c9f352d0..e370e782aaf 100644 --- a/srcpkgs/python-neovim/template +++ b/srcpkgs/python-neovim/template @@ -21,6 +21,6 @@ python3-neovim_package() { pycompile_module="neovim" short_desc="${short_desc/Python2/Python3}" pkg_install() { - vmove usr/lib/python3* + vmove "usr/lib/python3*" } }