e2fsprogs: Fix case where ${B} != ${S}

Fix out of tree builds by placing built objects in the correct
location.

(From OE-Core rev: 89514049f424eddaa9e46cf4fd8c25d05a9b1c15)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-03-18 02:05:01 +00:00
parent ecee0e67f0
commit 95bf5b3f9e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ do_configure_prepend () {
do_compile_prepend () {
find ./ -print | grep -v ./patches | xargs chmod u=rwX
( cd ${S}/util; ${BUILD_CC} subst.c -o subst )
( cd ${S}/util; ${BUILD_CC} subst.c -o ${B}/util/subst )
}
do_install () {