diff --git a/app-editors/vim/vim-7.4.recipe b/app-editors/vim/vim-7.4.recipe index 113438a85..edb54c806 100644 --- a/app-editors/vim/vim-7.4.recipe +++ b/app-editors/vim/vim-7.4.recipe @@ -12,7 +12,7 @@ way, called evim or Easy Vim." HOMEPAGE="http://www.vim.org" COPYRIGHT="Bram Moleenar et al." LICENSE="Vim" -REVISION="3" +REVISION="4" SOURCE_URI="ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2" CHECKSUM_SHA256="d0f5a6d2c439f02d97fa21bd9121f4c5abb1f6cd8b5a79d3ca82867495734ade" SOURCE_DIR="vim74" @@ -77,4 +77,6 @@ INSTALL() echo "set nocompatible" > $dataDir/vim/vimrc ln -s vim $binDir/vi + + addAppDeskbarSymlink $binDir/gvim Vim }