From: nbd 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.rohieb.name/openwrt.git/commitdiff_plain/cc6edc5c7a2dd2c8291f88a94d7d5d98af989a66?ds=inline 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 --- diff --git a/include/host-build.mk b/include/host-build.mk index 6f742d28a..161192c3b 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