fix install bug

This commit is contained in:
chxuan 2018-08-12 11:00:35 +08:00
parent 9c5aaa04bd
commit 6a7e788f82

View File

@ -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 -