aboutsummaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-22 18:49:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-22 18:49:18 +0000
commit0ee162c483d6832dc2d2b79a0d67682f683d592c (patch)
treeee48990417b9907079ca074785fa2910010fe212 /include/host-build.mk
parentf79f7db679e51db8a6a6058c5622e75a23d0aa52 (diff)
downloadmaster-187ad058-0ee162c483d6832dc2d2b79a0d67682f683d592c.tar.gz
master-187ad058-0ee162c483d6832dc2d2b79a0d67682f683d592c.tar.bz2
master-187ad058-0ee162c483d6832dc2d2b79a0d67682f683d592c.zip
use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index 6f742d28a1..161192c3bb 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -58,7 +58,8 @@ HOST_CONFIGURE_ARGS = \
--prefix=$(STAGING_DIR_HOST) \
--exec-prefix=$(STAGING_DIR_HOST) \
--sysconfdir=$(STAGING_DIR_HOST)/etc \
- --localstatedir=$(STAGING_DIR_HOST)/var
+ --localstatedir=$(STAGING_DIR_HOST)/var \
+ --sbindir=$(STAGING_DIR_HOST)/bin
HOST_CONFIGURE_CMD = ./configure