Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
0dbd42c9
Commit
0dbd42c9
authored
Jan 04, 2012
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/busybox: fix location for vi
fixes
#889
(cherry picked from commit
dbf4b641
)
parent
f84672ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
main/busybox/APKBUILD
main/busybox/APKBUILD
+2
-2
main/busybox/bb-app-location.patch
main/busybox/bb-app-location.patch
+11
-0
No files found.
main/busybox/APKBUILD
View file @
0dbd42c9
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
busybox
pkgver
=
1.19.3
pkgrel
=
1
pkgrel
=
2
_bbsuidver
=
0.6
pkgdesc
=
"Size optimized toolbox of many common UNIX utilities"
url
=
http://busybox.net
...
...
@@ -87,7 +87,7 @@ md5sums="c3938e1ac59602387009bbf1dd1af7f6 busybox-1.19.3.tar.bz2
968b3a058db04f95e9c4cdb44d7d3ddb bbsuid-0.6.tar.bz2
4c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch
b5375210f13fd6e1ca61a565e8fabd35 busybox-uname-is-not-gnu.patch
9f73c26999ce4651e4d97f91da122813
bb-app-location.patch
754916e52fa11d3fe7c29c93248b6707
bb-app-location.patch
784383013b8f015fb0d214618c46b4b8 0001-loginutils-use-sha512.patch
5ed72ca85b8fba4598d64a550210b31f busybox-1.19.3-getty.patch
41636628e481f22b8774b6bee1eebfb1 busybox-1.19.3-modinfo.patch
...
...
main/busybox/bb-app-location.patch
View file @
0dbd42c9
...
...
@@ -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
Fabian Affolter
@fab
mentioned in issue
#889 (closed)
·
Jul 12, 2019
mentioned in issue
#889 (closed)
mentioned in issue #889
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment