amarok: make find more efficient by using -delete instead of | xargs
This commit is contained in:
parent
fdb8c3f427
commit
eda1c1dbb4
@ -19,5 +19,5 @@ build() {
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
find $PKG/usr/share/{doc/HTML,locale}/* ! -wholename "*HTML/en*" \
|
||||
! -wholename "*locale/en*" | xargs rm -rf
|
||||
! -wholename "*locale/en*" -delete
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user