aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/0004-app-location-for-cpio-vi-and-lspci.patch
blob: 964db5df6a2921519455f5cfbe1b7112657a8586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
From 3f44fe588d0d68ff5897928b65c0749505937d8d Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Tue, 27 Dec 2016 20:46:59 +0100
Subject: [PATCH] app location for cpio, vi and lspci

Adjust location to where alpine linux installs them
---
 archival/cpio.c    | 2 +-
 editors/vi.c       | 2 +-
 util-linux/lspci.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archival/cpio.c b/archival/cpio.c
index d84f6937d..29e7d396a 100644
--- a/archival/cpio.c
+++ b/archival/cpio.c
@@ -39,7 +39,7 @@
 //config:	help
 //config:	Passthrough mode. Rarely used.
 
-//applet:IF_CPIO(APPLET(cpio, BB_DIR_BIN, BB_SUID_DROP))
+//applet:IF_CPIO(APPLET(cpio, BB_DIR_USR_BIN, BB_SUID_DROP))
 
 //kbuild:lib-$(CONFIG_CPIO) += cpio.o
 
diff --git a/editors/vi.c b/editors/vi.c
index 3e1bd0820..774da291f 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -176,7 +176,7 @@
 //config:	Enable more verbose reporting of the results of yank, change,
 //config:	delete, undo and substitution commands.
 
-//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
 
diff --git a/util-linux/lspci.c b/util-linux/lspci.c
index c22cbcc1e..70a623650 100644
--- a/util-linux/lspci.c
+++ b/util-linux/lspci.c
@@ -15,7 +15,7 @@
 //config:
 //config:	This version uses sysfs (/sys/bus/pci/devices) only.
 
-//applet:IF_LSPCI(APPLET_NOEXEC(lspci, lspci, BB_DIR_USR_BIN, BB_SUID_DROP, lspci))
+//applet:IF_LSPCI(APPLET_NOEXEC(lspci, lspci, BB_DIR_USR_SBIN, BB_SUID_DROP, lspci))
 
 //kbuild:lib-$(CONFIG_LSPCI) += lspci.o