2nd try clean source tree
This commit is contained in:
parent
a17e98c1dc
commit
471db5aa83
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user