Install into /usr instead of /usr/usr.
This commit is contained in:
parent
07e4f32392
commit
7156661c2a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ DEFAULT_SRC_COMPILE_PARAMS=(
|
|||
STRIPTOOL='true'
|
||||
)
|
||||
|
||||
DEFAULT_SRC_INSTALL_PARAMS=( PREFIX="${IMAGE}/usr" STRIPTOOL='true' )
|
||||
DEFAULT_SRC_INSTALL_PARAMS=( PREFIX="${IMAGE}/" STRIPTOOL='true' )
|
||||
|
||||
src_compile() {
|
||||
emake defconfig
|
||||
|
|
Loading…
Reference in a new issue