mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 15:34:43 +02:00
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
This commit is contained in:
parent
e521e0fb00
commit
cc6edc5c7a
@ -58,7 +58,8 @@ HOST_CONFIGURE_ARGS = \
|
|||||||
--prefix=$(STAGING_DIR_HOST) \
|
--prefix=$(STAGING_DIR_HOST) \
|
||||||
--exec-prefix=$(STAGING_DIR_HOST) \
|
--exec-prefix=$(STAGING_DIR_HOST) \
|
||||||
--sysconfdir=$(STAGING_DIR_HOST)/etc \
|
--sysconfdir=$(STAGING_DIR_HOST)/etc \
|
||||||
--localstatedir=$(STAGING_DIR_HOST)/var
|
--localstatedir=$(STAGING_DIR_HOST)/var \
|
||||||
|
--sbindir=$(STAGING_DIR_HOST)/bin
|
||||||
|
|
||||||
HOST_CONFIGURE_CMD = ./configure
|
HOST_CONFIGURE_CMD = ./configure
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user