From acf62076a6e6d8ec91bf8785401d2bd88653cba9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 21 Jul 2010 12:45:02 +0000 Subject: main/busybox: fix path to /usr/bin/vi and /sbin/ip --- main/busybox/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main/busybox') diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index cd53d073a..025806628 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=busybox pkgver=1.17.0 -pkgrel=2 +pkgrel=3 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net license="GPL-2" @@ -33,9 +33,9 @@ prepare() { fi done -# sed -i -e 's/(ip, _BB_DIR_BIN/(ip, _BB_DIR_SBIN/' \ -# -e 's/(vi, _BB_DIR_BIN/(vi, _BB_DIR_USR_BIN/' \ -# include/applets.h || return 1 + sed -i -e 's/(ip, _BB_DIR_BIN/(ip, _BB_DIR_SBIN/' \ + -e 's/(vi, _BB_DIR_BIN/(vi, _BB_DIR_USR_BIN/' \ + include/applets.src.h || return 1 } build() { -- cgit v1.2.3