projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e521e0f
)
use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Nov 2010 18:49:18 +0000
(18:49 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Nov 2010 18:49:18 +0000
(18:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24103
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index
6f742d2
..
161192c
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
This page took
0.026879 seconds
and
4
git commands to generate.