aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/bb-app-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/busybox/bb-app-location.patch')
-rw-r--r--main/busybox/bb-app-location.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/busybox/bb-app-location.patch b/main/busybox/bb-app-location.patch
index 95a9d8daee..acad1f3313 100644
--- a/main/busybox/bb-app-location.patch
+++ b/main/busybox/bb-app-location.patch
@@ -18,3 +18,14 @@
IF_LSUSB(APPLET(lsusb, BB_DIR_USR_BIN, BB_SUID_DROP))
IF_UNLZMA(APPLET_ODDNAME(lzcat, unlzma, BB_DIR_USR_BIN, BB_SUID_DROP, lzcat))
IF_LZMA(APPLET_ODDNAME(lzma, unlzma, BB_DIR_USR_BIN, BB_SUID_DROP, lzma))
+--- ./editors/vi.c.orig
++++ ./editors/vi.c
+@@ -145,7 +145,7 @@
+ //config: This will make the cursor movement faster, but requires more memory
+ //config: and it makes the applet a tiny bit larger.
+
+-//applet:IF_VI(APPLET(vi, BB_DIR_BIN, BB_SUID_DROP))
++//applet:IF_VI(APPLET(vi, BB_DIR_USR_BIN, BB_SUID_DROP))
+
+ //kbuild:lib-$(CONFIG_VI) += vi.o
+