summaryrefslogtreecommitdiffstats
path: root/main/busybox
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-04-06 06:15:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-04-06 06:15:26 +0000
commit8f192e3b4f2121daad608ebdf7eb4a37514f0a74 (patch)
treee06407fb1872d27683cfcdc775054820e9d62a20 /main/busybox
parenteb3d19c5dd4c0009ab167ca9d34bbafcaa3a2547 (diff)
main/busybox: move 'install' applet back to /usr/bin
It's just too many packages that uses hardcoded /usr/bin/install
Diffstat (limited to 'main/busybox')
-rw-r--r--main/busybox/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD
index 4ac28d8ad82..3b3de26ffd9 100644
--- a/main/busybox/APKBUILD
+++ b/main/busybox/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=busybox
pkgver=1.18.4
-pkgrel=0
+pkgrel=1
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url=http://busybox.net
arch="all"
@@ -32,7 +32,6 @@ prepare() {
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/' \
- -e 's/(install, _BB_DIR_USR_BIN/(install, _BB_DIR_BIN/' \
include/applets.src.h || return 1
}