abuild: use posix syntax for find

This commit is contained in:
Timo Teräs 2014-01-03 23:15:09 +02:00
parent 612ef9d934
commit eee827b16b
1 changed files with 1 additions and 1 deletions

View File

@ -1262,7 +1262,7 @@ default_dev() {
usr/share/qt*/mkspecs \
usr/lib/qt*/mkspecs \
usr/lib/cmake \
$(find -name include -type d) \
$(find . -name include -type d) \
$(find lib/ usr/ -name '*.[acho]' \
-o -name '*.prl' 2>/dev/null); do
if [ -e "$pkgdir/$i" ] || [ -L "$pkgdir/$i" ]; then