mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +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) \
|
||||
--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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user