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*" } }