core/linux-rpi: add print0 to find

This commit is contained in:
graysky 2023-11-22 07:09:31 -05:00
parent aebd5431a4
commit 8bdd0ddd89

View file

@ -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"