e2fsprogs: Don't change ownership of the patches directory

Patches can be symlinks and changing their ownership may not be possible.
Therefore stop doing this.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Gary Thomas 2010-09-29 16:25:47 +01:00 committed by Richard Purdie
parent 53bfbe6b06
commit 5f289ac80f

View File

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