use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path)
SVN-Revision: 24103
This commit is contained in:
parent
26df9231fa
commit
380ea005e1
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue