summaryrefslogtreecommitdiffstats
path: root/main/busybox
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-21 14:09:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-21 14:09:28 +0000
commit8f137f35e59c34a04f9ed5afeb10e9b9bc724a1d (patch)
treecbe5586ca8c220b4905ad4bffca12f57d285a9ea /main/busybox
parent714a096d29186cb6c484945b9bc3adc076123278 (diff)
downloadaports-8f137f35e59c34a04f9ed5afeb10e9b9bc724a1d.tar.bz2
aports-8f137f35e59c34a04f9ed5afeb10e9b9bc724a1d.tar.xz
main/busybox: move lspci to /usr/sbin like upstream
Diffstat (limited to 'main/busybox')
-rw-r--r--main/busybox/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD
index 025806628..8fe306cbb 100644
--- a/main/busybox/APKBUILD
+++ b/main/busybox/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=busybox
pkgver=1.17.0
-pkgrel=3
+pkgrel=4
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url=http://busybox.net
license="GPL-2"
@@ -34,6 +34,7 @@ prepare() {
done
sed -i -e 's/(ip, _BB_DIR_BIN/(ip, _BB_DIR_SBIN/' \
+ -e 's/(lspci, _BB_DIR_USR_BIN/(lspci, _BB_DIR_USR_SBIN/' \
-e 's/(vi, _BB_DIR_BIN/(vi, _BB_DIR_USR_BIN/' \
include/applets.src.h || return 1
}