mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
In commit67e84345c1("package/vim: fix reinstallation"), we fixed the reinstallation of vim for the target package by removing symlinks before calling "make installlinks". However, this didn't fix the same problem for the host-vim package. So instead, this commit adds a patch, accepted upstream, that uses "ln -sf" instead of "ln -s" to create the symlinks, allowing them to be overwriten on reinstallation. Fixes: ln: failed to create symbolic link 'view': File exists on reinstallation of host-vim. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commitee656a4486) Signed-off-by: Thomas Perale <thomas.perale@mind.be>