From: Felix Fietkau Date: Mon, 22 Nov 2010 18:49:18 +0000 (+0000) Subject: use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=9c201402ce0657d81b1374e2675829b5898ad27b use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path) SVN-Revision: 24103 --- 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