projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26df923
)
use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path)
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 22 Nov 2010 18:49:18 +0000
(18:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 22 Nov 2010 18:49:18 +0000
(18:49 +0000)
SVN-Revision: 24103
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index 6f742d28a1a2287e2e8e337619c997a9f0af5a2b..161192c3bb71d28f106b01f02e78ca69cfec3d54 100644
(file)
--- 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