Install into /usr instead of /usr/usr.

This commit is contained in:
Daniel Mierswa 2010-03-11 11:17:30 +01:00
parent 07e4f32392
commit 7156661c2a

View file

@ -24,7 +24,7 @@ DEFAULT_SRC_COMPILE_PARAMS=(
STRIPTOOL='true' STRIPTOOL='true'
) )
DEFAULT_SRC_INSTALL_PARAMS=( PREFIX="${IMAGE}/usr" STRIPTOOL='true' ) DEFAULT_SRC_INSTALL_PARAMS=( PREFIX="${IMAGE}/" STRIPTOOL='true' )
src_compile() { src_compile() {
emake defconfig emake defconfig