diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-04 07:42:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-04 07:42:36 +0000 |
commit | dbf4b64186765adecfde1b8ce10fd628a8824a70 (patch) | |
tree | 14bc6322bec93a6ff6533c2a3b00fab5c04df46d /main/busybox/bb-app-location.patch | |
parent | 3e9fded968c102a9150b8a3da32a8d13daa7f59f (diff) | |
download | aports-dbf4b64186765adecfde1b8ce10fd628a8824a70.tar.bz2 aports-dbf4b64186765adecfde1b8ce10fd628a8824a70.tar.xz |
main/busybox: fix location for vi
ref #889
Diffstat (limited to 'main/busybox/bb-app-location.patch')
-rw-r--r-- | main/busybox/bb-app-location.patch | 11 |
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 + |