diff --git a/app-vim/vim-vsnip/vim-vsnip-0_pre20220422.ebuild b/app-vim/vim-vsnip/vim-vsnip-0_pre20220422.ebuild index e9eb602..132dfb7 100644 --- a/app-vim/vim-vsnip/vim-vsnip-0_pre20220422.ebuild +++ b/app-vim/vim-vsnip/vim-vsnip-0_pre20220422.ebuild @@ -42,11 +42,3 @@ src_compile(){ # Don't do anything. The Makefile runs only some linter for testing. echo } - -#src_install(){ -# # We need to get the major and minor version only. -# insinto /usr/share/lua/$(ver_cut 1-2 $(lua_get_version)) -# doins -r lua/* -# rm -r lua || die -# vim-plugin_src_install -#}