mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
Merge pull request #727 from kinvolk/dongsu/vimdiff-minimal
app-editors/vim: do not create symlink vimdiff for minimal
This commit is contained in:
commit
5e4bd98d28
@ -276,7 +276,10 @@ src_install() {
|
||||
# Note: Do not install symlinks for 'vi', 'ex', or 'view', as these are
|
||||
# managed by eselect-vi
|
||||
dobin src/vim
|
||||
dosym vim /usr/bin/vimdiff
|
||||
# Flatcar: disable vimdiff symlink if minimal
|
||||
if ! use minimal ; then
|
||||
dosym vim /usr/bin/vimdiff
|
||||
fi
|
||||
dosym vim /usr/bin/rvim
|
||||
dosym vim /usr/bin/rview
|
||||
if use vim-pager ; then
|
Loading…
x
Reference in New Issue
Block a user