e2fsprogs: fix out-of-tree builds

(From OE-Core rev: 8fc44b83ef6d37aa84e87411e4225a1e76d2f4ef)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2012-12-14 14:51:24 +00:00 committed by Richard Purdie
parent 27b5b0607a
commit 24de2407f7
1 changed files with 1 additions and 1 deletions

View File

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