mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-rpi: add print0 to find
This commit is contained in:
parent
aebd5431a4
commit
8bdd0ddd89
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ _package-headers() {
|
|||
application/x-pie-executable\;*) # Relocatable binaries
|
||||
strip -v $STRIP_SHARED "$file" ;;
|
||||
esac
|
||||
done < <(find "$builddir" -type f -perm -u+x)
|
||||
done < <(find "$builddir" -type f -perm -u+x -print0)
|
||||
|
||||
echo "Adding symlink..."
|
||||
mkdir -p "$pkgdir/usr/src"
|
||||
|
|
Loading…
Reference in a new issue