]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
rust: fix path to rust_root_crate.sh
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 7 Oct 2025 19:44:27 +0000 (15:44 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Oct 2025 07:48:35 +0000 (09:48 +0200)
Generated Rust root crate source files contain the wrong path to the
rust_root_crate.sh script.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/r/20251007194427.118871-1-stefanha@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/rust/rust_root_crate.sh

index 975bddf7f1a4c6ca7770f800bdc894cdff1f3ab1..f05b8d021081f1945527f9cbc597629d8f1f27fb 100755 (executable)
@@ -4,7 +4,7 @@ set -eu
 
 cat <<EOF
 // @generated
-// This file is autogenerated by scripts/rust_root_crate.sh
+// This file is autogenerated by scripts/rust/rust_root_crate.sh
 
 EOF