2nd try clean source tree

This commit is contained in:
Mario Fetka 2012-10-30 08:55:39 +01:00
parent a17e98c1dc
commit 471db5aa83
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ nas-kernel_src_unpack() {
# delete empty directories
pushd "${S}"
find . -type d -empty -exec rmdir {} \;
find . -depth -type d -empty -delete
popd
}