Skip to content
Snippets Groups Projects
Commit 380ea005 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path)

SVN-Revision: 24103
parent 26df9231
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,8 @@ HOST_CONFIGURE_ARGS = \ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment