diff --git a/install.sh b/install.sh index a0504ad..6b5d8fd 100755 --- a/install.sh +++ b/install.sh @@ -56,7 +56,8 @@ function compile_vim_on_ubuntu() --enable-perlinterp \ --enable-luainterp \ --enable-gui=gtk2 \ - --enable-cscope + --enable-cscope \ + --prefix=/usr make sudo make install cd -