mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/vim: extend comment about vi symlink
The current comment is not very helpful; extend it to be more explicit.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 06c5a024f1)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
29556eb61b
commit
1f85c142e6
@@ -63,7 +63,8 @@ define VIM_REMOVE_DOCS
|
||||
$(RM) -rf $(TARGET_DIR)/usr/share/vim/vim*/doc/
|
||||
endef
|
||||
|
||||
# Avoid oopses with vipw/vigr, lack of $EDITOR and 'vi' command expectation
|
||||
# Avoid oopses with vipw/vigr (from package shadow), lack of $EDITOR,
|
||||
# or other packages expecting plain 'vi' command to exist.
|
||||
ifeq ($(BR2_ROOTFS_MERGED_USR),y)
|
||||
define VIM_INSTALL_VI_SYMLINK
|
||||
ln -sf vim $(TARGET_DIR)/usr/bin/vi
|
||||
|
||||
Reference in New Issue
Block a user