Install into /usr instead of /usr/usr.

for/master
Daniel Mierswa 2010-03-11 11:17:30 +01:00
parent 07e4f32392
commit 7156661c2a
1 changed files with 1 additions and 1 deletions

View File

@ -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