Skip to content

Commit

Permalink
fix install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Aug 12, 2018
1 parent 9c5aaa0 commit 6a7e788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit 6a7e788

Please sign in to comment.